mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
spelling corrections
This commit is contained in:
parent
6dee988083
commit
685d88b26a
@ -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';
|
||||
|
@ -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;
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user