diff options
Diffstat (limited to 'src/lib/openjpip/target_manager.h')
| -rw-r--r-- | src/lib/openjpip/target_manager.h | 2 |
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*/ |
