Spelling fixes (patch by ka7, #890, rebased on top of master)
[openjpeg.git] / src / lib / openjpip / target_manager.h
index c8a13de83b3fd96e0e1905bcd05451ee3c48c248..9840d9b9267bdd3ec8126b01e979f31800019f6f 100644 (file)
@@ -39,7 +39,7 @@
 /** target parameters*/
 typedef struct target_param {
     char tid[MAX_LENOFTID];         /**< target identifier*/
-    char *targetname;               /**< local file path or URL ( URL is suported only with SERVER mode)*/
+    char *targetname;               /**< local file path or URL ( URL is supported only with SERVER mode)*/
     int fd;                         /**< file descriptor*/
 #ifdef SERVER
     char *tmpfname;                 /**< temporal file name to download a remote target file*/