aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason Spiro <jasonspiro@users.noreply.github.com>2019-02-15 00:08:25 -0500
committerRob Landley <rob@landley.net>2019-02-15 09:19:27 -0600
commit86cf62c69e9a1869054141ddaee5087e4c9fc417 (patch)
tree6791768e6bd601344df3a9ffb0f17b1e531d7bc1 /lib
parentb31192fd73b382358b1deb33dc6c4cf4ce9c613f (diff)
downloadtoybox-86cf62c69e9a1869054141ddaee5087e4c9fc417.tar.gz
Fix typos: e.g. change "cannonical" to "canonical".
Diffstat (limited to 'lib')
-rw-r--r--lib/xwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xwrap.c b/lib/xwrap.c
index 08b814f1..12016a21 100644
--- a/lib/xwrap.c
+++ b/lib/xwrap.c
@@ -504,7 +504,7 @@ void xstat(char *path, struct stat *st)
if(stat(path, st)) perror_exit("Can't stat %s", path);
}
-// Cannonicalize path, even to file with one or more missing components at end.
+// Canonicalize path, even to file with one or more missing components at end.
// if exact, require last path component to exist
char *xabspath(char *path, int exact)
{