Skip to content

Commit 9586118

Browse files
committed
Make a small correction: libgit -> libgit2
1 parent ac0c3b2 commit 9586118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/getting-a-repository.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You clone a repository with `git clone [url]`.(((git commands, clone)))
8181
For example, if you want to clone the Git linkable library called libgit2, you can do so like this:
8282
//////////////////////////
8383
リポジトリをクローンするには `git clone [url]` とします。(((git commands, clone)))
84-
たとえば、多言語へのバインディングが可能なGitライブラリであるlibgitをクローンする場合は次のようになります
84+
たとえば、多言語へのバインディングが可能なGitライブラリであるlibgit2をクローンする場合は次のようになります
8585
8686
[source,console]
8787
----

0 commit comments

Comments
 (0)