From 31a474576bd2292034a30a6d71ea53136349d13d Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Thu, 12 Apr 2007 14:47:15 +0200 Subject: [PATCH] Fix a typo. --- doc/hacking.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/hacking.txt b/doc/hacking.txt index 3dc20eff..2a4979bc 100644 --- a/doc/hacking.txt +++ b/doc/hacking.txt @@ -432,8 +432,8 @@ foreach(a, b) if (a == c) ... else ... If you have a chain of if () { .. } else if () { .. } else { .. } with longer statements, you can insert a blank line before each else line. -Label names should start on the first column and with have a blank line before -it. +Label names should start on the first column and a blank line should be +inserted before it. .Use: -------------------------------------------------------------------------------