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". --- toys/posix/pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') diff --git a/toys/posix/pwd.c b/toys/posix/pwd.c index 08f39bf6..4c6ae99b 100644 --- a/toys/posix/pwd.c +++ b/toys/posix/pwd.c @@ -15,7 +15,7 @@ config PWD Print working (current) directory. -L Use shell's path from $PWD (when applicable) - -P Print cannonical absolute path + -P Print canonical absolute path */ #define FOR_pwd -- cgit v1.2.3