# HG changeset patch # User abarth93 # Date 1367699808 0 # Node ID 7337b922c1514114b52f0469dd6962e97d573846 # Parent 9d082c4e6f74b53dea125bb21a25981f83d03dea fix typo diff -r 9d082c4e6f74 -r 7337b922c151 extra/cgi/inst/@cgi/has.m --- 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}