git: c07f22064d - main - handbook/mirrors: fix typos.
Ceri Davies
ceri at FreeBSD.org
Tue Jun 8 11:37:06 UTC 2021
The branch main has been updated by ceri:
URL: https://cgit.FreeBSD.org/doc/commit/?id=c07f22064ddcee36820a5e7b32e45ca90e02cb3e
commit c07f22064ddcee36820a5e7b32e45ca90e02cb3e
Author: Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-06-08 08:47:57 +0000
Commit: Ceri Davies <ceri at FreeBSD.org>
CommitDate: 2021-06-08 11:37:00 +0000
handbook/mirrors: fix typos.
---
documentation/content/en/books/handbook/mirrors/_index.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index 7be01c8ea6..b709efaadf 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -457,12 +457,12 @@ Cloning over an existing non-git directory will fail.
Git uses URLs to designate a repository, taking the form of _protocol://hostname/path_.
The first component of the path is the FreeBSD repository to access.
-There are three different repositories, `src` for the FreeBSD systerm source code, `doc` for documentation, and `ports` for the FreeBSD Ports Collection.
+There are three different repositories, `src` for the FreeBSD system source code, `doc` for documentation, and `ports` for the FreeBSD Ports Collection.
For example, the URL `https://git.FreeBSD.org/src.git` specifies the main branch of the src repository, using the `https` protocol.
[[git-url-table]]
.FreeBSD Git Repository URL Table
-[options="header,foooter"]
+[options="header,footer"]
|=======================================================
|Item | Git URL
| Web-based repository browser src | `https://cgit.freebsd.org/src`
@@ -562,7 +562,7 @@ These are also published as SSHFP records in DNS.
=== Web-based repository browser
The FreeBSD project currently uses cgit as the web-based repository browser: https://cgit.freebsd.org/.
-The URLs of indivirual repositories are listed in <<git-url-table>>.
+The URLs of individual repositories are listed in <<git-url-table>>.
=== For Users
More information about the dev-commits-doc-all
mailing list