summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristos Kontas <xakon@yahoo.com>2013-10-08 18:48:46 +0300
committerChristos Kontas <xakon@yahoo.com>2013-10-08 18:48:46 +0300
commit80e8200b55ae3d3c7e0dd3b4f363c2358470980b (patch)
tree8e8a351aeb1bf75ad4ff846ff5ee2ad5ee0fd7a3
parent2f4b2e319b54b72298661a35ff9985fee1ecbae0 (diff)
[git] Fix typo error in guide
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index abe8e3a7..4b5e466e 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -40,7 +40,7 @@ Version control is a system that records changes to a file, or set of files, ove
### Repository
-A set of files, directories, historical records, commits, and heads. Imagine it as a source code datastructure,
+A set of files, directories, historical records, commits, and heads. Imagine it as a source code data structure,
with the attribute that each source code "element" gives you access to its revision history, among other things.
A git repository is comprised of the .git directory & working tree.