diff options
| author | Andrew Murray <radarhere@gmail.com> | 2015-06-16 15:07:20 +1000 |
|---|---|---|
| committer | Andrew Murray <radarhere@gmail.com> | 2015-06-16 15:07:20 +1000 |
| commit | 8d770ece9a55befb36364ae7975f5be4e67efe6d (patch) | |
| tree | 288b6e254250bd5ce4189180e337e7d3eb8e1c96 /README.md | |
| parent | 0a0cb190dafaf1c44277c8b29f82ca09b7457752 (diff) | |
Fixed typos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,11 +36,11 @@ See [NEWS](https://github.com/uclouvain/openjpeg/blob/master/NEWS) for user visi ## API/ABI OpenJPEG strives to provide a stable API/ABI for your applications. As such it -only exposes a limited subset of its functions. It uses a mecanism of +only exposes a limited subset of its functions. It uses a mechanism of exporting/hiding functions. If you are unsure which functions you can use in your applications, you should compile OpenJPEG using something similar to gcc: `fvisibility=hidden` compilation flag. See also: http://gcc.gnu.org/wiki/Visibility -On windows, MSVC directly supports export/hidding function and as such the only +On windows, MSVC directly supports export/hiding function and as such the only API available is the one supported by OpenJPEG. |
