aboutsummaryrefslogtreecommitdiff
path: root/STYLE
diff options
context:
space:
mode:
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