aboutsummaryrefslogtreecommitdiff
path: root/vcs_git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vcs_git.rb')
-rw-r--r--vcs_git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs_git.rb b/vcs_git.rb
index ffdb983..a464b5f 100644
--- a/vcs_git.rb
+++ b/vcs_git.rb
@@ -42,7 +42,7 @@ class VCS
end
def VCS.revno
- # there is a bug in git log --format, which supresses the \n on the last line
+ # there is a bug in git log --format, which suppresses the \n on the last line
runcmd(GITCMD, "log", "--format=format:x").scan("\n").size + 1
end