0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 10:23:46 +02:00

README: Minor fixes. [skip ci]

modules/media/magick: Fix comment.
This commit is contained in:
Jason Volk 2019-05-30 07:31:12 -07:00
parent 8420d14ff6
commit 7d7df3b44f
2 changed files with 3 additions and 3 deletions

View file

@ -64,12 +64,12 @@ for its day to aid the virility of implementations. A vibrant and growing ecosys
- **RocksDB** library 5.16.6.
- **Sodium** library for curve ed25519.
- **OpenSSL** library for HTTPS TLS / X.509.
- **magic** library for MIME type recognition.
- **Magic** library for MIME type recognition.
##### Optional
- **zlib** or **lz4** or **snappy** database compressions.
- **GraphicsMagick** media thumbnails.
- **GraphicsMagick** for media thumbnails.
##### Build tools

View file

@ -385,7 +385,7 @@ namespace ircd::magick
// simultaneously. This race is possible if the progress callback yields
// and another context starts an operation. It is highly unlikely the lib
// can handle reentrancy on the same thread. Hitting thread mutexes within
// magick will also be catestrophic to ircd::ctx.
// magick will also be catastrophic to ircd::ctx.
ctx::mutex call_mutex;
}