aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-20 11:09:30 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-20 11:09:30 +0200
commit809142fe115cb4c049d6df89013a20c8844573bd (patch)
tree37c6b248aa11d36628c66cb84654f77dc36c2b58
parenttypo (diff)
downloadusing-git-809142fe115cb4c049d6df89013a20c8844573bd.tar.gz
using-git-809142fe115cb4c049d6df89013a20c8844573bd.tar.bz2
using-git-809142fe115cb4c049d6df89013a20c8844573bd.tar.xz
typos
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index aa31280..d2e8a46 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1376,7 +1376,7 @@ of the program for further permissions
that are mission critical.
Tracking permissions in version control
-system makes no senses since source code
+system makes no sense since source code
should always be readable and writable
by the owner and it is local configuration
whether you want to extend those
@@ -1402,7 +1402,7 @@ This is a shortcoming of Git, but only
in comparision to darcs. Since files are
only executable if they are compiled or
have a shebang, it would make more sense
-so set it on and only on the files with a
+to set it on and only on the files with a
shebang or otherwise tagged to how a specific
permission.