diff --git a/README.md b/README.md index baecdebb9..b7cb72633 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ example when certain resource is not currently implemented natively. ## Terminal User Interface (TUI) Exploring the cloud resources using CLI is not something very comfortable. A -terminal user interface imroves user experience when a quick look at currently +terminal user interface improves user experience when a quick look at currently present resources is required. openstack_tui (`ostui` as a binary name) is such TUI built upon diff --git a/openstack_cli/src/block_storage/v3/volume/list.rs b/openstack_cli/src/block_storage/v3/volume/list.rs index 847b1fb54..ffef9e14f 100644 --- a/openstack_cli/src/block_storage/v3/volume/list.rs +++ b/openstack_cli/src/block_storage/v3/volume/list.rs @@ -64,7 +64,7 @@ struct QueryParameters { #[arg(action=clap::ArgAction::Set, help_heading = "Query parameters", long)] consumes_quota: Option, - /// Filters reuslts by a time that resources are created at with time + /// Filters results by a time that resources are created at with time /// comparison operators: gt/gte/eq/neq/lt/lte. #[arg(help_heading = "Query parameters", long)] created_at: Option, @@ -110,7 +110,7 @@ struct QueryParameters { #[arg(help_heading = "Query parameters", long)] sort_key: Option, - /// Filters reuslts by a time that resources are updated at with time + /// Filters results by a time that resources are updated at with time /// comparison operators: gt/gte/eq/neq/lt/lte. #[arg(help_heading = "Query parameters", long)] updated_at: Option, diff --git a/openstack_cli/src/identity/v3/user/set.rs b/openstack_cli/src/identity/v3/user/set.rs index 4d0ae79c5..1a34e3851 100644 --- a/openstack_cli/src/identity/v3/user/set.rs +++ b/openstack_cli/src/identity/v3/user/set.rs @@ -120,7 +120,7 @@ struct User { no_description: bool, /// The ID of the new domain for the user. The ability to change the domain - /// of a user is now deprecated, and will be removed in subequent release. + /// of a user is now deprecated, and will be removed in subsequent release. /// It is already disabled by default in most Identity service /// implementations. #[arg(help_heading = "Body parameters", long)] diff --git a/openstack_sdk/src/api/block_storage/v3/volume/list.rs b/openstack_sdk/src/api/block_storage/v3/volume/list.rs index 32d65243f..1e1556517 100644 --- a/openstack_sdk/src/api/block_storage/v3/volume/list.rs +++ b/openstack_sdk/src/api/block_storage/v3/volume/list.rs @@ -40,7 +40,7 @@ pub struct Request<'a> { #[builder(default)] consumes_quota: Option, - /// Filters reuslts by a time that resources are created at with time + /// Filters results by a time that resources are created at with time /// comparison operators: gt/gte/eq/neq/lt/lte. #[builder(default, setter(into))] created_at: Option>, @@ -82,7 +82,7 @@ pub struct Request<'a> { #[builder(default, setter(into))] sort_key: Option>, - /// Filters reuslts by a time that resources are updated at with time + /// Filters results by a time that resources are updated at with time /// comparison operators: gt/gte/eq/neq/lt/lte. #[builder(default, setter(into))] updated_at: Option>, diff --git a/openstack_sdk/src/api/block_storage/v3/volume/list_detailed.rs b/openstack_sdk/src/api/block_storage/v3/volume/list_detailed.rs index 577367b9c..5a0fe6ce0 100644 --- a/openstack_sdk/src/api/block_storage/v3/volume/list_detailed.rs +++ b/openstack_sdk/src/api/block_storage/v3/volume/list_detailed.rs @@ -40,7 +40,7 @@ pub struct Request<'a> { #[builder(default)] consumes_quota: Option, - /// Filters reuslts by a time that resources are created at with time + /// Filters results by a time that resources are created at with time /// comparison operators: gt/gte/eq/neq/lt/lte. #[builder(default, setter(into))] created_at: Option>, @@ -82,7 +82,7 @@ pub struct Request<'a> { #[builder(default, setter(into))] sort_key: Option>, - /// Filters reuslts by a time that resources are updated at with time + /// Filters results by a time that resources are updated at with time /// comparison operators: gt/gte/eq/neq/lt/lte. #[builder(default, setter(into))] updated_at: Option>, diff --git a/openstack_sdk/src/api/identity/v3/user/set.rs b/openstack_sdk/src/api/identity/v3/user/set.rs index 03130a6dc..66210382f 100644 --- a/openstack_sdk/src/api/identity/v3/user/set.rs +++ b/openstack_sdk/src/api/identity/v3/user/set.rs @@ -125,7 +125,7 @@ pub struct User<'a> { pub(crate) description: Option>>, /// The ID of the new domain for the user. The ability to change the domain - /// of a user is now deprecated, and will be removed in subequent release. + /// of a user is now deprecated, and will be removed in subsequent release. /// It is already disabled by default in most Identity service /// implementations. #[serde(skip_serializing_if = "Option::is_none")] diff --git a/openstack_tui/README.md b/openstack_tui/README.md index 4c44a72f3..32f556f26 100644 --- a/openstack_tui/README.md +++ b/openstack_tui/README.md @@ -1,7 +1,7 @@ # OpenStack Terminal User Interface (TUI) Exploring the cloud resources using CLI is not something very comfortable. A -terminal user interface imroves user experience when a quick look at currently +terminal user interface improves user experience when a quick look at currently present resources is required. openstack_tui (`ostui` as a binary name) is such TUI built upon diff --git a/openstack_tui/src/cloud_worker/identity/v3/user/set.rs b/openstack_tui/src/cloud_worker/identity/v3/user/set.rs index e3b99d0bb..cb5e2485c 100644 --- a/openstack_tui/src/cloud_worker/identity/v3/user/set.rs +++ b/openstack_tui/src/cloud_worker/identity/v3/user/set.rs @@ -183,7 +183,7 @@ pub struct User { pub description: Option>, /// The ID of the new domain for the user. The ability to change the domain - /// of a user is now deprecated, and will be removed in subequent release. + /// of a user is now deprecated, and will be removed in subsequent release. /// It is already disabled by default in most Identity service /// implementations. #[builder(default, setter(into))] diff --git a/openstack_types/data/block-storage/v3.71.yaml b/openstack_types/data/block-storage/v3.71.yaml index 882272fd3..391237643 100644 --- a/openstack_types/data/block-storage/v3.71.yaml +++ b/openstack_types/data/block-storage/v3.71.yaml @@ -7363,7 +7363,7 @@ components: x-openstack: min-ver: '3.65' created_at: - description: 'Filters reuslts by a time that resources are created at with time + description: 'Filters results by a time that resources are created at with time comparison operators: gt/gte/eq/neq/lt/lte.' in: query name: created_at @@ -9245,7 +9245,7 @@ components: x-openstack: resource_link: identity/v3/project.id updated_at: - description: 'Filters reuslts by a time that resources are updated at with time + description: 'Filters results by a time that resources are updated at with time comparison operators: gt/gte/eq/neq/lt/lte.' in: query name: updated_at diff --git a/openstack_types/data/block-storage/v3.yaml b/openstack_types/data/block-storage/v3.yaml index 882272fd3..391237643 100644 --- a/openstack_types/data/block-storage/v3.yaml +++ b/openstack_types/data/block-storage/v3.yaml @@ -7363,7 +7363,7 @@ components: x-openstack: min-ver: '3.65' created_at: - description: 'Filters reuslts by a time that resources are created at with time + description: 'Filters results by a time that resources are created at with time comparison operators: gt/gte/eq/neq/lt/lte.' in: query name: created_at @@ -9245,7 +9245,7 @@ components: x-openstack: resource_link: identity/v3/project.id updated_at: - description: 'Filters reuslts by a time that resources are updated at with time + description: 'Filters results by a time that resources are updated at with time comparison operators: gt/gte/eq/neq/lt/lte.' in: query name: updated_at diff --git a/openstack_types/data/identity/v3.14.yaml b/openstack_types/data/identity/v3.14.yaml index cde5dc5d0..5c3fb0902 100644 --- a/openstack_types/data/identity/v3.14.yaml +++ b/openstack_types/data/identity/v3.14.yaml @@ -19402,7 +19402,7 @@ components: domain_id: description: |- The ID of the new domain for the user. The ability to change the domain - of a user is now deprecated, and will be removed in subequent release. + of a user is now deprecated, and will be removed in subsequent release. It is already disabled by default in most Identity service implementations. maxLength: 64 minLength: 1 diff --git a/openstack_types/data/identity/v3.yaml b/openstack_types/data/identity/v3.yaml index cde5dc5d0..5c3fb0902 100644 --- a/openstack_types/data/identity/v3.yaml +++ b/openstack_types/data/identity/v3.yaml @@ -19402,7 +19402,7 @@ components: domain_id: description: |- The ID of the new domain for the user. The ability to change the domain - of a user is now deprecated, and will be removed in subequent release. + of a user is now deprecated, and will be removed in subsequent release. It is already disabled by default in most Identity service implementations. maxLength: 64 minLength: 1