shell/Readme.md: Fix 'swsc' -> 'swc' typo
authorW. Trevor King <wking@tremily.us>
Mon, 11 Feb 2013 11:47:29 +0000 (06:47 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 23:10:59 +0000 (16:10 -0700)
shell/Readme.md

index e8ad3f794b6f3507f8b2c605c755ec617860dcb0..043477a47c53ccf84799d916abf5d8fb5b90a421 100644 (file)
@@ -264,7 +264,7 @@ these together, so:
 
     ls ../../
 
-prints the contents of `/home/swsc` which is your home
+prints the contents of `/home/swc` which is your home
 directory. Finally, the special directory `.` always refers to your
 current directory. So, `ls`, `ls .`, and `ls ././././.` all do the
 same thing, they print the contents of the current directory. This may