diff options
author | Allan Caffee <allan.caffee@gmail.com> | 2009-04-13 14:11:21 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-27 09:36:40 -0700 |
commit | d649048e68f2f5d59f6f961839c9e9772743a505 (patch) | |
tree | 63a7d40883732e8e973de960edc611dcae12130f /Documentation | |
parent | 345f6e2cb547007da48ef503f00070cdcca04975 (diff) | |
download | git-d649048e68f2f5d59f6f961839c9e9772743a505.tar.gz git-d649048e68f2f5d59f6f961839c9e9772743a505.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt index 7ede1e64e..5cb2b0590 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`. |