From da9cea77e314dad2fbc615a76085a0c330741f92 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 5 Oct 2011 14:12:42 +0200 Subject: Fix a bunch of common typos. --- doc/developer.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/developer.texi') diff --git a/doc/developer.texi b/doc/developer.texi index dd31e3725b..e484520413 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -49,7 +49,7 @@ mailing list. The code is written in K&R C style. That means the following: @itemize @bullet @item -The control statements are formatted by putting space betwen the statement +The control statements are formatted by putting space between the statement and parenthesis in the following way: @example for (i = 0; i < filter->input_count; i++) @{ @@ -79,7 +79,7 @@ if (!pic || !picref) goto fail; @end example @item -Do not put spaces immediately inside parenthesis. @samp{if (ret)} is +Do not put spaces immediately inside parentheses. @samp{if (ret)} is a valid style; @samp{if ( ret )} is not. @end itemize -- cgit v1.2.3