Spelling: occurred

This commit is contained in:
Josh Soref
2012-09-10 15:11:27 -04:00
committed by Simon MacDonald
parent 46db36a05e
commit ac4fc3e54e
+1 -1
View File
@@ -66,7 +66,7 @@ function createAppInfoJar {
}
function on_error {
echo "An error occured. Deleting project..."
echo "An error occurred. Deleting project..."
[ -d "$PROJECT_PATH" ] && rm -rf "$PROJECT_PATH"
}