]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/partial-clone.txt
Documentation: fix a bunch of typos, both old and new
[thirdparty/git.git] / Documentation / technical / partial-clone.txt
index 210373e258890d7204c6dcf4a1befbd31e21139b..a6034d56105edf50339632158937f098f499c95c 100644 (file)
@@ -32,7 +32,7 @@ if/when needed.
 
 A remote that can later provide the missing objects is called a
 promisor remote, as it promises to send the objects when
-requested. Initialy Git supported only one promisor remote, the origin
+requested. Initially Git supported only one promisor remote, the origin
 remote from which the user cloned and that was configured in the
 "extensions.partialClone" config option. Later support for more than
 one promisor remote has been implemented.