aboutsummaryrefslogtreecommitdiff
path: root/STYLE
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-15 09:56:22 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 09:56:22 +1000
commit60d8c0ee82e6ee4119283b59f1f2f53d220efe79 (patch)
tree4ab5adfcbf4237cc790e9088f2fa1b8675c8eb38 /STYLE
parent1ec055dfbe6db8839064d891e64e46e136c39b09 (diff)
downloadjimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.zip
jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.tar.gz
jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.tar.bz2
Cutover to new workware fork of Jim Tcl
Note that this commit removes some files and undoes some commits which will be reapplied later. This is the easiest way to switch across. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'STYLE')
-rw-r--r--STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE b/STYLE
index eae5528..906d744 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 escape multiple nested loops.
+with an error. Goto is also used in order to excape multiple nexted loops.
----------
C FEATURES