summaryrefslogtreecommitdiff
path: root/cpio
diff options
context:
space:
mode:
authorGraham Percival <gperciva@tarsnap.com>2016-12-20 14:11:29 -0800
committerJoerg Sonnenberger <joerg@bec.de>2016-12-20 23:11:29 +0100
commit32959ebca2fb611f98062e5634793eefac34e3c5 (patch)
tree7ae679df4d3343e1e66a01dae371db783c2be81a /cpio
parentd7e5cbde8754a0bb078d683c7906630a76a13832 (diff)
downloadlibarchive-32959ebca2fb611f98062e5634793eefac34e3c5.tar.gz
Spelling fixes (#846)
Sponsored by: Tarsnap Backup Inc.
Diffstat (limited to 'cpio')
-rw-r--r--cpio/test/test_owner_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpio/test/test_owner_parse.c b/cpio/test/test_owner_parse.c
index a9f60539..bef02da7 100644
--- a/cpio/test/test_owner_parse.c
+++ b/cpio/test/test_owner_parse.c
@@ -38,7 +38,7 @@ static const int root_gids[] = { 0, 1 };
* its primary group membership depends on how the user set up
* their /etc/passwd. Likely values are 513 (None), 545 (Users),
* or 544 (Administrators). Just check for one of those...
- * TODO: Handle non-English localizations...e.g. French 'Administrateur'
+ * TODO: Handle non-English localizations... e.g. French 'Administrateur'
* Use CreateWellKnownSID() and LookupAccountName()?
*/
#define ROOT "Administrator"