From 469bfc962df22a87f0f0c60699d91fa9e647492a Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 3 Jan 2011 20:03:34 +0100 Subject: Fix typos in the documentation Signed-off-by: Ralf Wildenhues Signed-off-by: Junio C Hamano --- Documentation/technical/api-sigchain.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/technical') 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. -- cgit v1.2.3