changeset 10564:39d24b0f1077 octave-forge

(none)
author abarth93
date Wed, 18 Jul 2012 09:07:22 +0000
parents 5d14d369531a
children d9104349d058
files main/octcdf/inst/ncinfo.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/octcdf/inst/ncinfo.m	Wed Jul 18 04:11:40 2012 +0000
+++ b/main/octcdf/inst/ncinfo.m	Wed Jul 18 09:07:22 2012 +0000
@@ -1,8 +1,8 @@
-% Information about complete netCDF file or variable.
+% Information about complete NetCDF file or variable.
 %
 % finfo = ncinfo(filename)
 % vinfo = ncinfo(filename,varname)
-% return information about complete netCDF file (filename) or about
+% return information about complete NetCDF file (filename) or about
 % the specific variable varname.
 
 function info = ncinfo(filename,varname)