From: W. Trevor King Date: Thu, 27 Sep 2012 13:09:15 +0000 (-0400) Subject: Fix arrats -> arrays typo in a comment. X-Git-Tag: v0.3~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=072b7f101d3aa8dda54c3c68654fb0273673c215;p=dotfiles-framework.git Fix arrats -> arrays typo in a comment. --- diff --git a/dotfiles.sh b/dotfiles.sh index 54ce7a3..b823382 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -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