ACCUMULO-1810 fix typo in comment
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/579c274c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/579c274c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/579c274c Branch: refs/heads/1.6.0-SNAPSHOT Commit: 579c274c2ef04ba19dc085787bf21c4564c0eff9 Parents: 0657a3a Author: Eric Newton <eric.new...@gmail.com> Authored: Thu Nov 7 13:51:10 2013 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Thu Nov 7 13:51:10 2013 -0500 ---------------------------------------------------------------------- bin/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/579c274c/bin/config.sh ---------------------------------------------------------------------- diff --git a/bin/config.sh b/bin/config.sh index 162c2d5..2d9e6fe 100755 --- a/bin/config.sh +++ b/bin/config.sh @@ -26,7 +26,7 @@ # # Values always set by script. # MALLOC_ARENA_MAX To work around a memory management bug (see ACCUMULO-847) -# GC Machine to rn GC daemon on. Used by start-here.sh script +# GC Machine to run GC daemon on. Used by start-here.sh script # MONITOR Machine to run monitor daemon on. Used by start-here.sh script # SSH Default ssh parameters used to start daemons