From 685d88b26a7f4e06ecbb358d1f057ee2e24ccbe3 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 30 Mar 2004 14:36:50 +0000 Subject: [PATCH] spelling corrections --- lib/filters/filter-regex.c | 4 ++-- lib/uuid/uuid.c | 2 +- man/pvdisplay.8 | 2 +- man/vgdisplay.8 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/filters/filter-regex.c b/lib/filters/filter-regex.c index 4b23fe789..72aa439da 100644 --- a/lib/filters/filter-regex.c +++ b/lib/filters/filter-regex.c @@ -42,7 +42,7 @@ static int _extract_pattern(struct pool *mem, const char *pat, pat++; /* - * get the seperator + * get the separator */ switch (*pat) { case '(': @@ -75,7 +75,7 @@ static int _extract_pattern(struct pool *mem, const char *pat, */ ptr = r + strlen(r) - 1; if (*ptr != sep) { - log_info("invalid seperator at end of regex"); + log_info("invalid separator at end of regex"); return 0; } *ptr = '\0'; 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; diff --git a/man/pvdisplay.8 b/man/pvdisplay.8 index b1d0a0899..d0f548de4 100644 --- a/man/pvdisplay.8 +++ b/man/pvdisplay.8 @@ -14,7 +14,7 @@ area and so on. See \fBlvm\fP for common options. .TP .I \-c, \-\-colon -Generate colon seperated output for easier parsing in scripts or programs. +Generate colon separated output for easier parsing in scripts or programs. .nf The values are: diff --git a/man/vgdisplay.8 b/man/vgdisplay.8 index 4f958bb90..73005b100 100644 --- a/man/vgdisplay.8 +++ b/man/vgdisplay.8 @@ -26,7 +26,7 @@ See \fBlvm\fP for common options. Only select the active volume groups. .TP .BR \-c ", " \-\-colon -Generate colon seperated output for easier parsing in scripts or programs. +Generate colon separated output for easier parsing in scripts or programs. .nf The values are: -- 2.43.5