summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <syn@sceen.net>2006-05-30 17:30:38 +0000
committerRichard Braun <syn@sceen.net>2006-05-30 17:30:38 +0000
commit0335271456550084988c5484bd1109a0a846669b (patch)
tree7ac2889d7958b3df86dd1c2aad81aec490fbea4c
parentfaddfc52f7e364cfddb4da26308e9d75e9011904 (diff)
Documentation fix.
-rw-r--r--mtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtx.h b/mtx.h
index 254b40b..95d68a7 100644
--- a/mtx.h
+++ b/mtx.h
@@ -82,7 +82,7 @@
* - + - : (unary operators) return the value of the expression (+) or its
* opposite (-).
* - + - * / : (binary operators) execute the operator on the right and
- * left expressions and return teh result as a temporary
+ * left expressions and return the result as a temporary
* (unnamed) variable.
* - () : force execution of the inner expression before evaluating
* the global expression