From 86cf62c69e9a1869054141ddaee5087e4c9fc417 Mon Sep 17 00:00:00 2001 From: Jason Spiro Date: Fri, 15 Feb 2019 00:08:25 -0500 Subject: Fix typos: e.g. change "cannonical" to "canonical". --- lib/xwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) { -- cgit v1.2.3