comparison libinterp/dldfcn/__magick_read__.cc @ 21142:a3362dd2dd52 stable

doc: fix spelling of "unknown". * etc/OLD-ChangeLogs/doc-ChangeLog, libinterp/dldfcn/__magick_read__.cc, scripts/image/private/__imwrite__.m: fix spelling of "unknown".
author Rafael Laboissiere <rafael@laboissiere.net>
date Wed, 27 Jan 2016 11:22:58 +0100
parents 075a5e2e1ba5
children 76e0ef020dae
comparison
equal deleted inserted replaced
21116:ba3c66f4e1ca 21142:a3362dd2dd52
145 { 145 {
146 double value = region.scalar_value (); 146 double value = region.scalar_value ();
147 output = Range (value, value); 147 output = Range (value, value);
148 } 148 }
149 else 149 else
150 error ("__magick_read__: unknow datatype for Region option"); 150 error ("__magick_read__: unknown datatype for Region option");
151 151
152 return output; 152 return output;
153 } 153 }
154 154
155 static std::map<std::string, octave_idx_type> 155 static std::map<std::string, octave_idx_type>