]> granicus.if.org Git - imagemagick/commitdiff
Fix spelling (deprecated, not depreciated).
authorglennrp <glennrp@git.imagemagick.org>
Fri, 17 Jan 2014 16:16:12 +0000 (16:16 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Fri, 17 Jan 2014 16:16:12 +0000 (16:16 +0000)
MagickWand/magick-cli.c

index 490cff6d9f87636ffbb5ea6be6e4e8bda93e0519..1cbcc270983e8efc4608446b593435f37624841f 100644 (file)
@@ -215,7 +215,7 @@ RestoreMSCWarning
         "Script %u,%u Option: \"%s\"  Count: %d  Flags: %04x  Args: \"%s\" \"%s\"\n",
             cli_wand->line,cli_wand->line,option,count,option_type,arg1,arg2);
 #endif
-      /* Hard Depreciated Options, no code to execute - error */
+      /* Hard Deprecated Options, no code to execute - error */
       if ( (option_type & DeprecateOptionFlag) != 0 ) {
         CLIWandException(OptionError,"DeprecatedOptionNoCode",option);
         break; /* next option */
@@ -702,11 +702,11 @@ WandExport MagickBooleanType MagickImageCommand(ImageInfo *image_info,
 
   len=strlen(argv[0]);  /* precaution */
 
-  /* "convert" command - give a "depreciation" warning" */
+  /* "convert" command - give a "deprecated" warning" */
   if (len>=7 && LocaleCompare("convert",argv[0]+len-7) == 0) {
     cli_wand->process_flags = ConvertCommandOptionFlags;
     (void) FormatLocaleFile(stderr,"WARNING: %s\n",
-             "The convert is depreciated in IMv7, use \"magick\"\n");
+         "The convert command is deprecated in IMv7, use \"magick\"\n");
   }
 
   /* Special Case:  If command name ends with "script" implied "-script" */