summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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