summaryrefslogtreecommitdiff
path: root/src/shared/machine-image.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2016-05-04 11:26:17 +0200
committerLennart Poettering <lennart@poettering.net>2016-05-04 11:26:17 +0200
commitf8e2f4d6a0c6bcb5a03abe580d657b932cdb9798 (patch)
tree1599b9662a23b452a627d7d76400b4add0260157 /src/shared/machine-image.c
parent1ed7ebcfcaa952441565c1c8c43084add1f58a89 (diff)
treewide: fix typos (#3187)
Diffstat (limited to 'src/shared/machine-image.c')
-rw-r--r--src/shared/machine-image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/machine-image.c b/src/shared/machine-image.c
index 66f58ecd92..529d89ee2a 100644
--- a/src/shared/machine-image.c
+++ b/src/shared/machine-image.c
@@ -487,7 +487,7 @@ int image_rename(Image *i, const char *new_name) {
/* Make sure nobody takes the new name, between the time we
* checked it is currently unused in all search paths, and the
- * time we take possesion of it */
+ * time we take possession of it */
r = image_name_lock(new_name, LOCK_EX|LOCK_NB, &name_lock);
if (r < 0)
return r;
@@ -588,7 +588,7 @@ int image_clone(Image *i, const char *new_name, bool read_only) {
/* Make sure nobody takes the new name, between the time we
* checked it is currently unused in all search paths, and the
- * time we take possesion of it */
+ * time we take possession of it */
r = image_name_lock(new_name, LOCK_EX|LOCK_NB, &name_lock);
if (r < 0)
return r;