aboutsummaryrefslogtreecommitdiff
path: root/vcs_git.rb
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2018-08-16 20:43:14 -0300
committerRafael Fontenelle <rafaelff@gnome.org>2018-08-16 20:43:14 -0300
commit5acc09c74469814eac904da77be3103430fe3f48 (patch)
treed9ef80caa5858d96aa63d8d7bd5d6a0e1e74c39e /vcs_git.rb
parentfa661ef87b345d8039a3d973b00f08c2dd60acb6 (diff)
Fix minor typos
Diffstat (limited to '')
-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