Fix arrats -> arrays typo in a comment.
authorW. Trevor King <wking@tremily.us>
Thu, 27 Sep 2012 13:09:15 +0000 (09:09 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 27 Sep 2012 13:09:15 +0000 (09:09 -0400)
dotfiles.sh

index 54ce7a324e3c79c12750dd56155ceb71bed1afd4..b8233828cf44112f8e040e9b1914c284646bd71a 100755 (executable)
@@ -130,7 +130,7 @@ function list_files()
        done < <(cd "${DIR}" && find .)
 }
 
-# Global variable to allow passing associative arrats between functions
+# Global variable to allow passing associative arrays between functions
 
 if [ "${BASH_MAJOR}" -ge 4 ]; then
        declare -A REPO_SOURCE_DATA