aboutsummaryrefslogtreecommitdiff
path: root/STYLE
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@freebsd.org>2010-01-22 07:33:15 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-01-22 07:33:15 +0100
commit93b322a31c5767befa963e5673a3fbed6d9e9b7c (patch)
treece93e6a95d1700679bdab6df3535a4f0aaf798fd /STYLE
parent3c42134174d7d507b28451c20487a6c88ae42956 (diff)
downloadjimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.zip
jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.tar.gz
jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.tar.bz2
docs: Minor stylistic tweaks
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'STYLE')
-rw-r--r--STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE b/STYLE
index 906d744..eae5528 100644
--- a/STYLE
+++ b/STYLE
@@ -54,7 +54,7 @@ GOTO
Goto is allowed every time it makes the code cleaner, like in complex
functions that need to handle exceptions, there is often an "err" label
at the end of the function where allocated resources are freed before to exit
-with an error. Goto is also used in order to excape multiple nexted loops.
+with an error. Goto is also used in order to escape multiple nested loops.
----------
C FEATURES