Skip to content

Commit

Permalink
Merge pull request #510 from radarhere/patch-1
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
detonin committed Jun 16, 2015
2 parents 0a0cb19 + 8d770ec commit da3786d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ API/ABI modifications: (see abi_compat_report in dev-utils/scripts)

Misc:

* OpenJPEG is now officialy conformant with JPEG 2000 Part-1
* OpenJPEG is now officially conformant with JPEG 2000 Part-1
and will soon become official reference software at the
JPEG committee.
* Huge amount of bug fixes. See CHANGES for details.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit da3786d

Please sign in to comment.