aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@binghamton.edu>2016-04-29 23:45:04 -0400
committerGöktürk Yüksek <gokturk@binghamton.edu>2016-04-29 23:45:04 -0400
commit3e3a67d45da6da1435ae1b5a7dcb0400dac09874 (patch)
tree6fdeba26933b5255d03a6850baea2004deeba548 /general-concepts
parentebuild-writing/using-eclasses: fix typo: s/Here'san/Here's an/ (diff)
downloaddevmanual-3e3a67d45da6da1435ae1b5a7dcb0400dac09874.tar.gz
devmanual-3e3a67d45da6da1435ae1b5a7dcb0400dac09874.tar.bz2
devmanual-3e3a67d45da6da1435ae1b5a7dcb0400dac09874.zip
general-concepts/git-to-rsync: fix a typo: s/epository/repository/
Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu>
Diffstat (limited to 'general-concepts')
-rw-r--r--general-concepts/git-to-rsync/text.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/general-concepts/git-to-rsync/text.xml b/general-concepts/git-to-rsync/text.xml
index 7cef764..b7a2c8e 100644
--- a/general-concepts/git-to-rsync/text.xml
+++ b/general-concepts/git-to-rsync/text.xml
@@ -11,7 +11,9 @@
<ul>
<li>
- Developer commits to local Git clone and pushes to central remote Git epository. Commits and pushes are signed using Git mechanisms based on GPG.
+ Developer commits to local Git clone and pushes to central remote
+ Git repository. Commits and pushes are signed using Git
+ mechanisms based on GPG.
</li>
<li>
Staging box syncs from central Git repository, generates the metadata cache, ChangeLogs and signed Manifests from Git history.