From 5bed8ffb0990c3bba1018fb0df99a6f773130d7f Mon Sep 17 00:00:00 2001 From: Yann Cebron Date: Tue, 3 Jan 2012 23:04:43 +0100 Subject: [PATCH] typo --- build/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/update.sh b/build/update.sh index 32ac18cb269b..fe6b927b278a 100755 --- a/build/update.sh +++ b/build/update.sh @@ -16,7 +16,7 @@ if [ -z "$WORK_IDEA_HOME" ]; then fi if [ -z "$DEV_IDEA_HOME" ]; then - echo "DEV_IDEA_HOME must be defined and point to source base your're updating from." + echo "DEV_IDEA_HOME must be defined and point to source base you're updating from." exit fi