Repository: yetus Updated Branches: refs/heads/YETUS-83 d0f68471b -> f57fd458a
YETUS-161. fix spelling error in maven plugin Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/f57fd458 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/f57fd458 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/f57fd458 Branch: refs/heads/YETUS-83 Commit: f57fd458a2ebb1babb029dc3b64252762d37b328 Parents: d0f6847 Author: Tony Kurc <[email protected]> Authored: Tue Nov 3 21:19:56 2015 -0500 Committer: Allen Wittenauer <[email protected]> Committed: Wed Nov 4 13:39:25 2015 -0800 ---------------------------------------------------------------------- precommit/test-patch.d/maven.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/f57fd458/precommit/test-patch.d/maven.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/maven.sh b/precommit/test-patch.d/maven.sh index 5a25130..9deffb5 100755 --- a/precommit/test-patch.d/maven.sh +++ b/precommit/test-patch.d/maven.sh @@ -58,7 +58,7 @@ function maven_parse_args if [[ -f ${MAVEN_SETTINGS} ]]; then MAVEN_ARGS=("${MAVEN_ARGS[@]}" "--settings=${MAVEN_SETTINGS}") else - yetus_error "WARNING: ${MAVEN_SETTINGS} not found. Ignorning." + yetus_error "WARNING: ${MAVEN_SETTINGS} not found. Ignoring." fi ;; esac
