aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-23 14:13:38 +0000
committerGravatar Runxi Yu2026-03-23 14:13:38 +0000
commit1556cfb51d980ae8c5bf664ad69f3abd46f02386 (patch)
tree0903ffce81b8747f5a42f4371bcbafd0eb193bed /README.md
parentobject/resolve: Right, I could use min here. (diff)
signatureNo signature
README: Fix some typos v0.1.101
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cd412022..c0fdcb53 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ Furgit is a low-level Git library in Go.
* [ ] Describe
* [ ] Revision syntax
* [ ] Namespaces
- * [ ] Repalce refs, grafts
+ * [ ] Replace refs, grafts
* [X] Reference stores
* [X] Chain lookup store
* [X] Files reference store
@@ -109,7 +109,7 @@ Furgit is a low-level Git library in Go.
* [ ] Git notes
* [ ] Git attributes
* [ ] Pseudorefs
- * Integrity and maintainence
+ * Integrity and maintenance
* [ ] Fsck
* [ ] Repacking
* [ ] Garbage collection
@@ -279,7 +279,7 @@ Mainly tests the packfile object reader.
* Translated hare-git and put it into `internal/common/git` in Villosa
* Extracted it out into this general-purpose library
* "Fur" is "git" left-shifted by 1 on QWERTY
-* Some architectual elements inspired by [upstream Git](https://git-scm.com),
+* Some architectural elements inspired by [upstream Git](https://git-scm.com),
OpenBSD's [Game of Trees](https://gameoftrees.org), and
[9front Git](https://git.9front.org/plan9front/9front/HEAD/sys/src/cmd/git/f.html).