Repository: yetus Updated Branches: refs/heads/master b17912eef -> ca0fa9f5f
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/ca0fa9f5 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/ca0fa9f5 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/ca0fa9f5 Branch: refs/heads/master Commit: ca0fa9f5fe72d71051b7d60f35fc3709564b8152 Parents: b17912e Author: Tony Kurc <[email protected]> Authored: Tue Nov 3 21:19:56 2015 -0500 Committer: Allen Wittenauer <[email protected]> Committed: Wed Nov 4 13:11:13 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/ca0fa9f5/precommit/test-patch.d/maven.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/maven.sh b/precommit/test-patch.d/maven.sh index 019b64d..1f9b35d 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
