changeset 11683:7337b922c151 octave-forge

fix typo
author abarth93
date Sat, 04 May 2013 20:36:48 +0000
parents 9d082c4e6f74
children 0b616f53170d
files extra/cgi/inst/@cgi/has.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/cgi/inst/@cgi/has.m	Sat May 04 20:36:28 2013 +0000
+++ b/extra/cgi/inst/@cgi/has.m	Sat May 04 20:36:48 2013 +0000
@@ -1,6 +1,6 @@
 %% -*- texinfo -*-
 %% @deftypefn {Function File} {@var{val} =} has(@var{cgi},@var{name})
-%% Returns true of a CGI parameter with the given name exists (otherwise false).
+%% Returns true if a CGI parameter with the given name exists (otherwise false).
 %% @end deftypefn
 %% @seealso{cgi,@@cgi/getlist}