summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/target_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjpip/target_manager.h')
-rw-r--r--src/lib/openjpip/target_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/target_manager.h b/src/lib/openjpip/target_manager.h
index c8a13de8..9840d9b9 100644
--- a/src/lib/openjpip/target_manager.h
+++ b/src/lib/openjpip/target_manager.h
@@ -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*/