]> source.dussan.org Git - redmine.git/commitdiff
scm: git: fix typo of unit lib test.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 11 Feb 2011 15:44:52 +0000 (15:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 11 Feb 2011 15:44:52 +0000 (15:44 +0000)
This file includes UTF-8 "literal".
We need to consider Ruby 1.9 compatibility.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4809 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

index 972363f28f6544f3e7806fb179e4838f1fbb5b61..049296d9cb29d9058c4f06859601d0a7e4a915de 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 
 # This file includes UTF-8 "Felix Schäfer".
-# We need to consider Ruby 1.9 compatibity.
+# We need to consider Ruby 1.9 compatibility.
 
 require File.expand_path('../../../../../../test_helper', __FILE__)
 begin