summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAllan Caffee <allan.caffee@gmail.com>2009-04-13 18:11:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-27 16:36:40 (GMT)
commitd649048e68f2f5d59f6f961839c9e9772743a505 (patch)
tree63a7d40883732e8e973de960edc611dcae12130f /Documentation
parent345f6e2cb547007da48ef503f00070cdcca04975 (diff)
downloadgit-d649048e68f2f5d59f6f961839c9e9772743a505.zip
git-d649048e68f2f5d59f6f961839c9e9772743a505.tar.gz
git-d649048e68f2f5d59f6f961839c9e9772743a505.tar.bz2
Documentation: fix a grammatical error in api-builtin.txt
Signed-off-by: Allan Caffee <allan.caffee@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/api-builtin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt
index 7ede1e6..5cb2b05 100644
--- a/Documentation/technical/api-builtin.txt
+++ b/Documentation/technical/api-builtin.txt
@@ -37,7 +37,7 @@ where options is the bitwise-or of:
Make sure there is a work tree, i.e. the command cannot act
on bare repositories.
- This makes only sense when `RUN_SETUP` is also set.
+ This only makes sense when `RUN_SETUP` is also set.
. Add `builtin-foo.o` to `BUILTIN_OBJS` in `Makefile`.