From 778f31eaacc4295a128d91c5fc28e3e024e17c67 Mon Sep 17 00:00:00 2001 From: Jack Thorne Date: Thu, 26 Feb 2015 10:47:59 -0800 Subject: [PATCH] fix variable typo --- lib/functions.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/functions.zsh b/lib/functions.zsh index 15bb8e07c..2c8b25581 100644 --- a/lib/functions.zsh +++ b/lib/functions.zsh @@ -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