From 7aefc5d24ae5988e989d8ad5f715e36df484a77b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 5 Oct 2010 22:07:09 +0200 Subject: [PATCH] Fix spelling and grammar in HACKING.txt --- HACKING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.txt b/HACKING.txt index e0fbe7685..43ff89e9c 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -14,14 +14,14 @@ Code formatting * If possible, keep lines at most 80 character wide for a 2 character tab width. * Use only lowercase names for functions and variables. -* Use only uppercase names for enum items and (with some exceptins) macros. +* Use only uppercase names for enum items and (with some exceptions) macros. * Don't use typedefs for structs and enums. Idioms ------ * Use NULL to initialize null pointers. -* Don't use NULL to compare null pointers. +* Don't use NULL when comparing pointers. * Use format(), x_malloc() and friends instead of checking for memory allocation failure explicitly. * Use str_eq() instead of strcmp() when testing for string (in)equality. -- 2.47.3