diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-01-03 20:03:34 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-04 11:23:42 -0800 |
commit | 469bfc962df22a87f0f0c60699d91fa9e647492a (patch) | |
tree | c8df5ac96e73af367892db2eef999feeabbb2738 /Documentation/technical | |
parent | Git 1.7.4-rc0 (diff) | |
download | tgif-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.xz |
Fix typos in the documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/api-sigchain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-sigchain.txt b/Documentation/technical/api-sigchain.txt index 535cdff164..9e1189ef01 100644 --- a/Documentation/technical/api-sigchain.txt +++ b/Documentation/technical/api-sigchain.txt @@ -32,7 +32,7 @@ and installation code should look something like: } ------------------------------------------ -Handlers are given the typdef of sigchain_fun. This is the same type +Handlers are given the typedef of sigchain_fun. This is the same type that is given to signal() or sigaction(). It is perfectly reasonable to push SIG_DFL or SIG_IGN onto the stack. |