fix variable typo

This commit is contained in:
Jack Thorne 2015-02-26 10:47:59 -08:00
commit 778f31eaac

View file

@ -75,7 +75,7 @@ function env_default() {
}
#
# Prepends the PATH varible with the input path
# Prepends the PATH variable with the input path
#
# Arguments:
# 1. path - The path that will be prepened
@ -87,7 +87,7 @@ function prepend_path() {
}
#
# Prepends the PATH varible with the input path
# Prepends the PATH variable with the input path
#
# Arguments:
# 1. path - The path that will be prepened