diff options
author | GyuYong Jung <obliviscence@gmail.com> | 2016-02-17 11:14:58 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-17 10:00:53 -0800 |
commit | 527d4a638e330f4efe459442bbfb0799d29fd73a (patch) | |
tree | 9b7cde9c6015a27f831fa6539819c035ca218aeb | |
parent | Git 2.7.1 (diff) | |
download | tgif-527d4a638e330f4efe459442bbfb0799d29fd73a.tar.xz |
git-cvsserver.perl: fix typo
Signed-off-by: GyuYong Jung <obliviscence@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | git-cvsserver.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cvsserver.perl b/git-cvsserver.perl index 95e69b19a7..02c0445be1 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -2664,7 +2664,7 @@ sub argsfromdir # co # Obtain list directly. # remove # HERE: TEST: MAYBE client does the recursion for us, # # since it only makes sense to remove stuff already in - # # the sandobx? + # # the sandbox? # ci # HERE: Similar to remove... # # Don't try to implement the confusing/weird # # ci -r bug er.."feature". |