changeset 11254:d00e6b57bc79 octave-forge

spelling
author abarth93
date Tue, 20 Nov 2012 12:50:44 +0000
parents 0aa23a4ec386
children ab9524542cb8
files extra/cgi/inst/@cgi/subsref.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extra/cgi/inst/@cgi/subsref.m	Tue Nov 20 12:38:35 2012 +0000
+++ b/extra/cgi/inst/@cgi/subsref.m	Tue Nov 20 12:50:44 2012 +0000
@@ -1,9 +1,9 @@
 %% -*- texinfo -*-
 %% @deftypefn {Function File} {@var{val} =} subsref(@var{cgi},@var{idx})
 %% @deftypefnx {Function File} {@var{val} =} getfirst(@var{cgi},@var{name},@var{default})
-%% Dot-syntar for returning CGI parmaters
+%% Dot-syntax for returning CGI parmaters
 %%
-%% This function allows to return CGI parameters with cgi.form.name or cgi.form.('name').
+%% This function allows to return CGI parameters with CGI.form.name or CGI.form.('name').
 %% The object @var{cgi} was 
 %% created using the cgi() constructor.
 %% @end deftypefn
@@ -34,4 +34,4 @@
 % GNU General Public License for more details.
 %
 % You should have received a copy of the GNU General Public License
-% along with this program; If not, see <http://www.gnu.org/licenses/>.
\ No newline at end of file
+% along with this program; If not, see <http://www.gnu.org/licenses/>.