Repository: yetus Updated Branches: refs/heads/YETUS-83 58cf712bf -> 5d4f0d07b (forced update)
YETUS-110 typo fix in notice 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/999754b9 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/999754b9 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/999754b9 Branch: refs/heads/YETUS-83 Commit: 999754b90f1586d81cbd6d67c61edfb513679bc1 Parents: 966f961 Author: Tony Kurc <[email protected]> Authored: Tue Oct 20 19:11:11 2015 -0400 Committer: Allen Wittenauer <[email protected]> Committed: Tue Oct 20 19:03:51 2015 -0700 ---------------------------------------------------------------------- asf-site-src/source/documentation/latest/precommit-basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/999754b9/asf-site-src/source/documentation/latest/precommit-basic.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/latest/precommit-basic.md b/asf-site-src/source/documentation/latest/precommit-basic.md index bcf4fbc..f508047 100644 --- a/asf-site-src/source/documentation/latest/precommit-basic.md +++ b/asf-site-src/source/documentation/latest/precommit-basic.md @@ -113,7 +113,7 @@ $ test-patch.sh --plugins="all,-checkstyle,-findbugs" <other options> This will enable all plug-ins for potential usage, except for checkstyle and findbugs. -**NOTE: The examples in this section will assume that the necessary `--plugins` option has been set on the command line as approriate for your particular installation.** +**NOTE: The examples in this section will assume that the necessary `--plugins` option has been set on the command line as appropriate for your particular installation.** This command will execute basic patch testing against a patch file stored in "filename":
