aboutsummaryrefslogtreecommitdiff
path: root/STYLE
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 10:16:56 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:38 +1000
commitc7527a0ba18bccd34d9653f681bad80c25a2e9af (patch)
tree7ef8b256d2d5c1233fffad016dff558d867679d3 /STYLE
parent6e7b3dd60ce7b54e0937fef48b889296fdcfab09 (diff)
downloadjimtcl-c7527a0ba18bccd34d9653f681bad80c25a2e9af.zip
jimtcl-c7527a0ba18bccd34d9653f681bad80c25a2e9af.tar.gz
jimtcl-c7527a0ba18bccd34d9653f681bad80c25a2e9af.tar.bz2
Simplify use of eventloop
Just assume direct static linking for now
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