diff mbox series

[2/5] sysbench: fix typos

Message ID 20241017-add-postgresql-tps-var-v1-2-4996d45426af@samsung.com (mailing list archive)
State Handled Elsewhere
Headers show
Series sysbench: add postgresql tps variability | expand

Commit Message

Daniel Gomez via B4 Relay Oct. 17, 2024, 12:42 p.m. UTC
From: Daniel Gomez <da.gomez@samsung.com>

Minor typos found.

pre-commit run codespell --files workflows/sysbench/Kconfig*
codespell................................................................Passed

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
 workflows/sysbench/Kconfig        | 2 +-
 workflows/sysbench/Kconfig.docker | 8 ++++----
 workflows/sysbench/Kconfig.fs     | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

Comments

Luis Chamberlain Oct. 21, 2024, 6:51 p.m. UTC | #1
On Thu, Oct 17, 2024 at 02:42:44PM +0200, Daniel Gomez via B4 Relay wrote:
> From: Daniel Gomez <da.gomez@samsung.com>
> 
> Minor typos found.
> 
> pre-commit run codespell --files workflows/sysbench/Kconfig*
> codespell................................................................Passed
> 
> Signed-off-by: Daniel Gomez <da.gomez@samsung.com>

Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis
diff mbox series

Patch

diff --git a/workflows/sysbench/Kconfig b/workflows/sysbench/Kconfig
index b5111f1..f3878c7 100644
--- a/workflows/sysbench/Kconfig
+++ b/workflows/sysbench/Kconfig
@@ -40,7 +40,7 @@  config SYSBENCH_MYSQL_INNOODB_REDO_LOG_CAPACITY
 	help
 	  innodb_dedicated_server=ON is not compatible with innodb_flush_method=O_DIRECT
 	  and so we do what we can. See the following values which MySQL does
-	  recommand use when dedicated server is enabled, we just have to compute
+	  recommend use when dedicated server is enabled, we just have to compute
 	  on our own and test on our own:
 
 	  https://dev.mysql.com/doc/refman/8.0/en/innodb-dedicated-server.html
diff --git a/workflows/sysbench/Kconfig.docker b/workflows/sysbench/Kconfig.docker
index 2153e14..469d918 100644
--- a/workflows/sysbench/Kconfig.docker
+++ b/workflows/sysbench/Kconfig.docker
@@ -40,7 +40,7 @@  config SYSBENCH_MYSQL_CONTAINER_NAME
 	  Set the name for the MySQL Docker container.
 
 config SYSBENCH_MYSQL_CONTAINER_PYTHON_PATH
-	string "The MySQL container pytyhon path"
+	string "The MySQL container python path"
 	default "/usr/local/lib/python3.9/site-packages" if SYSBENCH_MYSQL_CONTAINER_IMAGE_8_0
 	output yaml
 	help
@@ -60,7 +60,7 @@  config SYSBENCH_MYSQL_CONTAINER_HOST_CLIENT_CONFIG_PATH
 	  us make edits on the node.
 
 config SYSBENCH_MYSQL_CONTAINER_CLIENT_CONFIG
-	string "The MySQL container client configuraton file"
+	string "The MySQL container client configuration file"
 	default "/root/.my.cnf"
 	output yaml
 	help
@@ -101,7 +101,7 @@  config SYSBENCH_MYSQL_CONTAINER_HOST_ROOT_PATH
 	  When using a container, in order to support telemetry we rely on
 	  a mysqlsh plugin which we git clone on the node where we will
 	  run the container on. We use a container volume to let the container
-	  get access to this clone. This specificies the path on the node which
+	  get access to this clone. This specifies the path on the node which
 	  we will use a docker volume passed onto the container as the
 	  /root/ directory.
 
@@ -145,4 +145,4 @@  config SYSBENCH_DOCKER_TELEMETRY_PATH
 	default SYSBENCH_TELEMETRY_PATH
 	output yaml
 	help
-	  Where to place telemetry informaton inside the docker container.
+	  Where to place telemetry information inside the docker container.
diff --git a/workflows/sysbench/Kconfig.fs b/workflows/sysbench/Kconfig.fs
index 75f163e..b0f6e61 100644
--- a/workflows/sysbench/Kconfig.fs
+++ b/workflows/sysbench/Kconfig.fs
@@ -7,12 +7,12 @@  config SYSBENCH_TEST_ATOMICS
 	output yaml
 	select KDEVOPS_BASELINE_AND_DEV
 	help
-	  This type of test is aimed of testing the emperical value of support
+	  This type of test is aimed of testing the empirical value of support
 	  for large atomics on storage devices and its impact on databases.
-	  Most drives today support only power-fail safe gaurantees when writing
+	  Most drives today support only power-fail safe guarantees when writing
 	  up to 4 KiB. Drives which support 16 KiB atomic writes or larger can
 	  take advanage of software features in databases which typically
-	  do software work arounds to gaurantee writes above 4 KiB will be
+	  do software work arounds to guarantee writes above 4 KiB will be
 	  recoverable in case of power failure.
 
 	  Different database have different features one can disable if one has