* invoke.texi: Fix typos.

From-SVN: r96630
This commit is contained in:
François-Xavier Coudert 2005-03-17 19:58:09 +00:00
parent d3ec5cb6e6
commit ffd1953e43

View File

@ -371,8 +371,8 @@ This currently produces a warning under the following circumstances:
@itemize @bullet
@item
An INTEGER SELECT construct has a CASE the can never be matched as it's
lower value that is greater than its upper value.
An INTEGER SELECT construct has a CASE that can never be matched as its
lower value is greater than its upper value.
@item
A LOGICAL SELECT construct has three CASE statements.