Skip to content

Commit 0240c22

Browse files
committed
Fix typos
1 parent 7836cfe commit 0240c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/07-git-tools/sections/revision-selection.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can see your reflog by using `git reflog`:
120120
----
121121
$ git reflog
122122
734713b HEAD@{0}: commit: fixed refs handling, added gc auto, updated
123-
d921970 HEAD@{1}: merge phedders/rdocs: Merge made by the 'recursive' stategy.
123+
d921970 HEAD@{1}: merge phedders/rdocs: Merge made by the 'recursive' strategy.
124124
1c002dd HEAD@{2}: commit: added some blame and merge stuff
125125
1c36188 HEAD@{3}: rebase -i (squash): updating HEAD
126126
95df984 HEAD@{4}: commit: # This is a combination of two commits.

book/B-embedding-git/sections/go-git.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(((go-git)))((("Go")))
44
In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation.
5-
This implementation does not have any native dependencies and thus is not prone to manual memory managemen errors.
5+
This implementation does not have any native dependencies and thus is not prone to manual memory management errors.
66
It is also transparent for the standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc.
77

88
go-git is focused on extensibility, compatibility and supports most of the plumbing APIs, which is documented at https://github.com/src-d/go-git/blob/master/COMPATIBILITY.md[].

0 commit comments

Comments
 (0)