diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml
index 274a6ea343..4f87253e90 100644
--- a/reference/info/functions/getopt.xml
+++ b/reference/info/functions/getopt.xml
@@ -76,7 +76,7 @@
The format for the options and
longopts is almost the same, the only difference is
that longopts takes an array of options (where each
- element is the option) where as options takes a
+ element is the option) whereas options takes a
string (where each character is the option).