summaryrefslogtreecommitdiff
path: root/mcon/U/Typedef.U
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-15 00:52:36 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-15 00:52:36 -0800
commit54e12aa12672107fbfdf6aa22e588b1ca1e6df1f (patch)
treec627260f7ec4f6fe39d36f7f954b46ec480c4028 /mcon/U/Typedef.U
parent8671d24471128df60879bb7006b58b1ac1c3299f (diff)
[master]: Spelling fixes.debian/1%3.5-36.0001-2
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
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,