summaryrefslogtreecommitdiffstats
path: root/libmount
diff options
context:
space:
mode:
Diffstat (limited to 'libmount')
-rw-r--r--libmount/src/context.c2
-rw-r--r--libmount/src/fs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index 2cdd6bba9..ce1175e03 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -1775,7 +1775,7 @@ int mnt_context_fstab_applied(struct libmnt_context *cxt)
*
* The real exit code of the mount.type helper has to be tested by
* mnt_context_get_helper_status(). The mnt_context_get_status() only inform
- * that exec() has been sucessful.
+ * that exec() has been successful.
*
* Returns: 1 if mount.type or mount(2) syscall has been successfully called.
*/
diff --git a/libmount/src/fs.c b/libmount/src/fs.c
index ff930806f..c3b0cb2a0 100644
--- a/libmount/src/fs.c
+++ b/libmount/src/fs.c
@@ -873,7 +873,7 @@ const char *mnt_fs_get_attributes(struct libmnt_fs *fs)
*
* The atrtributes are managed by libmount in userspace only. It's possible
* that information stored in userspace will not be available for libmount
- * after CLONE_FS unshare. Be carefull, and don't use attributes if possible.
+ * after CLONE_FS unshare. Be careful, and don't use attributes if possible.
*
* Returns: 0 on success or negative number in case of error.
*/