From 284da535f4a0e3785f67c007c00db54ade5cfa2c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 19 Dec 2005 12:53:19 +0000 Subject: [PATCH] Wording fix --- HOWTOHELP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTOHELP b/HOWTOHELP index e841c8fad..dd7ce8bb9 100644 --- a/HOWTOHELP +++ b/HOWTOHELP @@ -167,7 +167,7 @@ Ritchie, with a few concessions: -- 4-space indents are preferred, in unusual cases, 2-space indents may be okay. --- In the interests of keeping a program should, compressing +-- In the interests of keeping a program short, compressing error-handling code as follows is acceptable: if (func(...) == -1)