diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
| commit | 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch) | |
| tree | b11a992a90fc82a23357ef9588aead07862b29a0 /src/lib/openjp3d/event.h | |
| parent | 2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff) | |
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/lib/openjp3d/event.h')
| -rw-r--r-- | src/lib/openjp3d/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/event.h b/src/lib/openjp3d/event.h index 67d3c6a5..e7523585 100644 --- a/src/lib/openjp3d/event.h +++ b/src/lib/openjp3d/event.h @@ -51,7 +51,7 @@ The functions in EVENT.C have for goal to send output messages (errors, warnings Write formatted data to a string and send the string to a user callback. @param cinfo Codec context info @param event_type Event type or callback to use to send the message -@param fmt Format-control string (plus optionnal arguments) +@param fmt Format-control string (plus optional arguments) @return Returns true if successful, returns false otherwise */ bool opj_event_msg(opj_common_ptr cinfo, int event_type, const char *fmt, ...); |
