]> sourceware.org Git - lvm2.git/commitdiff
spelling corrections
authorAlasdair Kergon <agk@redhat.com>
Tue, 30 Mar 2004 14:36:50 +0000 (14:36 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 30 Mar 2004 14:36:50 +0000 (14:36 +0000)
lib/filters/filter-regex.c
lib/uuid/uuid.c
man/pvdisplay.8
man/vgdisplay.8

index 4b23fe78964f54c85941ea82a98227d8172ca6cd..72aa439da6c384bcb9b9c3aa2492f5d62dcc1bb2 100644 (file)
@@ -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';
index 8e4a1533ec059e81a867e092fed37d1f846157fb..e2216ddfe1b06affa30ca73e1dc93cb59dcc849d 100644 (file)
@@ -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;
index b1d0a08993948f5d16fcbe05866d66aa0fc21546..d0f548de4ad1b9bcbfedce0fecfb025f304df1d2 100644 (file)
@@ -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:
index 4f958bb90d5d22787356ab9d1da240d3f4e4a215..73005b10006e4f9870f36e7e54a2456d5a5bc1a0 100644 (file)
@@ -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:
This page took 0.034591 seconds and 5 git commands to generate.