From 777015f9131a792576f98944cf57eca1845bb1bd Mon Sep 17 00:00:00 2001
From: user <user@user-ThinkPad-X60.(none)>
Date: Wed, 6 May 2015 17:14:23 -0400
Subject: [PATCH] fixed typo

---
 l2ork_addons/tar_em_up.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 22baef064..4e6f94db6 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -127,7 +127,7 @@ fi
 
 if [ $full -gt 0 -o $deb -gt 0 ]
 then
-	echo "Pd full installer... IMPORTANT! When ran for the first time this step requires internet connection to pull sources from other repositories..."
+	echo "Pd full installer... IMPORTANT! When run for the first time this step requires internet connection to pull sources from other repositories..."
 
 	if [ -d .git ]; then
 		# check if Gem submodule is empty, and if so do first init
-- 
GitLab