Improved error messages. More tolerant parsing of CGI responses.
[catagits/HTTP-Request-AsCGI.git] / examples / synopsis.pl
index 2106a1e..4d6847f 100644 (file)
@@ -21,7 +21,7 @@ my $stdout;
 
     $stdout = $c->stdout;
 
-    # enviroment and descriptors will automatically be restored when $c is destructed.
+    # environment and descriptors will automatically be restored when $c is destructed.
 }
 
 while ( my $line = $stdout->getline ) {