summaryrefslogtreecommitdiff
path: root/mcon/U/Typedef.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/Typedef.U')
-rw-r--r--mcon/U/Typedef.U2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcon/U/Typedef.U b/mcon/U/Typedef.U
index 60ae96b..12de10c 100644
--- a/mcon/U/Typedef.U
+++ b/mcon/U/Typedef.U
@@ -32,7 +32,7 @@
?V:typedef
?S:typedef:
?S: This shell variable is used internally by Configure to check
-?S: wether a given typedef is defined or not. A typical use is:
+?S: whether a given typedef is defined or not. A typical use is:
?S: set typedef val_t default [includes]
?S: eval $typedef
?S: That will return val_t set to default if the typedef was not found,