[PATCH] multipath-tools: fix misspellings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



codespell:
./tests/mapinfo.c:964: ouput ==> output
./libmultipath/devmapper.h:118: paramters ==> parameters
./libmpathutil/uxsock.c:69: everone ==> everyone

===============
SUMMARY:
everone       1
ouput         1
paramters     1

Cc: Martin Wilck <mwilck@xxxxxxxx>
Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx>
Cc: DM-DEVEL ML <dm-devel@xxxxxxxxxxxxxxx>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>
---
 libmpathutil/uxsock.c    | 2 +-
 libmultipath/devmapper.h | 2 +-
 tests/mapinfo.c          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libmpathutil/uxsock.c b/libmpathutil/uxsock.c
index 59c47170..02b387d0 100644
--- a/libmpathutil/uxsock.c
+++ b/libmpathutil/uxsock.c
@@ -66,7 +66,7 @@ int ux_socket_listen(const char *name)
 	}
 
 	/*
-	 * Socket needs to have rw permissions for everone.
+	 * Socket needs to have rw permissions for everyone.
 	 * SO_PEERCRED makes sure that only root can modify things.
 	 */
 	if (name[0] != '@' &&
diff --git a/libmultipath/devmapper.h b/libmultipath/devmapper.h
index 4aeefad1..c0f7aa0d 100644
--- a/libmultipath/devmapper.h
+++ b/libmultipath/devmapper.h
@@ -115,7 +115,7 @@ typedef struct libmp_map_info {
  *
  * This function obtains the requested information for the device-mapper map
  * identified by the input parameters.
- * If non-NULL, the name, uuid, and dmi output paramters may be filled in for
+ * If non-NULL, the name, uuid, and dmi output parameters may be filled in for
  * any return value besides DMP_NOT_FOUND and will always be filled in for
  * return values other than DMP_NOT_FOUND and DMP_ERR.
  * The other parameters are only filled in if the return value is DMP_OK.
diff --git a/tests/mapinfo.c b/tests/mapinfo.c
index 36511607..399e16e7 100644
--- a/tests/mapinfo.c
+++ b/tests/mapinfo.c
@@ -961,7 +961,7 @@ static void test_mapinfo_bad_target_type_03(void **state)
 			   (mapid_t) { .str = "foo", },
 			   (mapinfo_t) { .dmi = &dmi, .name = name, .uuid = uuid });
 	assert_int_equal(rc, DMP_NO_MATCH);
-	/* make sure that the ouput was filled in */
+	/* make sure that the output was filled in */
 	assert_memory_equal(&dmi, &MPATH_DMI_01, sizeof(dmi));
 	assert_true(!strcmp(name, MPATH_NAME_01));
 	assert_true(!strcmp(uuid, MPATH_UUID_01));
-- 
2.49.0





[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux