summaryrefslogtreecommitdiff
path: root/lib/uuid
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-03-30 14:36:50 +0000
committerAlasdair Kergon <agk@redhat.com>2004-03-30 14:36:50 +0000
commit685d88b26a7f4e06ecbb358d1f057ee2e24ccbe3 (patch)
treef23c3a4f8f3fab9884b3e633592a8fe42ac10ae3 /lib/uuid
parent6dee9880831cb14c38efa15243cb6e2928510c32 (diff)
downloadlvm2-685d88b26a7f4e06ecbb358d1f057ee2e24ccbe3.tar.gz
spelling corrections
Diffstat (limited to 'lib/uuid')
-rw-r--r--lib/uuid/uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uuid/uuid.c b/lib/uuid/uuid.c
index 8e4a1533e..e2216ddfe 100644
--- a/lib/uuid/uuid.c
+++ b/lib/uuid/uuid.c
@@ -143,7 +143,7 @@ int id_write_format(const struct id *id, char *buffer, size_t size)
assert(ID_LEN == 32);
- /* split into groups seperated by dashes */
+ /* split into groups separated by dashes */
if (size < (32 + 6 + 1)) {
log_err("Couldn't write uuid, buffer too small.");
return 0;