diff options
author | David Strauss <david@davidstrauss.net> | 2013-09-18 15:46:51 -0500 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-09-18 15:46:51 -0500 |
commit | c22428fb73acab46a74c6ed069f03f4fd86c7ae2 (patch) | |
tree | 51968e8ac62dd8ac0a3b7d90282a99e02f28b5b5 /src/shared/fileio.c | |
parent | 4ec29144ddc311d78baa6875631ed6968fd90817 (diff) |
Spelling fix from later revision of committed patch from Shawn Landden <shawn@churchofgit.com>.
Diffstat (limited to 'src/shared/fileio.c')
-rw-r--r-- | src/shared/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fileio.c b/src/shared/fileio.c index 8aa4cdbf05..01b803c82f 100644 --- a/src/shared/fileio.c +++ b/src/shared/fileio.c @@ -673,7 +673,7 @@ int get_status_field(const char *filename, const char *pattern, char **field) { t += strlen(pattern); /* Also skip zeros, because when this is used for capabilities, - * we don't want the zeros. This way the same cabality set + * we don't want the zeros. This way the same capability set * always maps to the same string, irrespective of the total * capability set size. For other numbers it shouldn't matter. */ |