Skip to content

Commit 13a4d67

Browse files
Merge pull request ruby-git#211 from apachelogger/master
fix typo in documentation
2 parents d6c06bd + 5dd09cb commit 13a4d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/git/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def grep(string, path_limiter = nil, opts = {})
198198
self.object('HEAD').grep(string, path_limiter, opts)
199199
end
200200

201-
# updates the repository index using the workig dorectory content
201+
# updates the repository index using the working directory content
202202
#
203203
# @git.add('path/to/file')
204204
# @git.add(['path/to/file1','path/to/file2'])

lib/git/lib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def global_config_set(name, value)
463463
command('config', ['--global', name, value], false)
464464
end
465465

466-
# updates the repository index using the workig dorectory content
466+
# updates the repository index using the working directory content
467467
#
468468
# lib.add('path/to/file')
469469
# lib.add(['path/to/file1','path/to/file2'])

0 commit comments

Comments
 (0)