From 68840cb5af52541cb3354cfa06f2df86ae6ea6f6 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Wed, 13 Nov 2013 00:17:45 +0900 Subject: contrib: typofixes Signed-off-by: Masanari Iida Signed-off-by: Junio C Hamano --- contrib/gitview/gitview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gitview') diff --git a/contrib/gitview/gitview b/contrib/gitview/gitview index 4c99dfb90..4e23c650f 100755 --- a/contrib/gitview/gitview +++ b/contrib/gitview/gitview @@ -1205,7 +1205,7 @@ class GitView(object): #The first parent always continue on the same line try: - # check we alreay have the value + # check we already have the value tmp_node_pos = self.nodepos[commit.parent_sha1[0]] except KeyError: self.colours[commit.parent_sha1[0]] = colour -- cgit v1.2.1