diff options
Diffstat (limited to 'request.cgi')
-rwxr-xr-x | request.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/request.cgi b/request.cgi index b771cee37..771a32074 100755 --- a/request.cgi +++ b/request.cgi @@ -35,7 +35,7 @@ print $cgi->header($format->{'ctype'}); my $fields; $fields->{'requester'}->{'type'} = 'single'; -# If the user doesn't restrict his search to requests from the wind +# If the user doesn't restrict their search to requests from the wind # (requestee ne '-'), include the requestee for completion. unless (defined $cgi->param('requestee') && $cgi->param('requestee') eq '-') |