Unverified Commit 406d78ea authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #834

Fix a couple of typos
parents 018144ed a3f43443
......@@ -86,7 +86,7 @@ public:
/// Stores asynchronous messages with default priority.
using normal_queue = intrusive::drr_cached_queue<policy::normal_messages>;
/// Stores asynchronous messages with hifh priority.
/// Stores asynchronous messages with high priority.
using urgent_queue = intrusive::drr_cached_queue<policy::urgent_messages>;
/// Configures the FIFO inbox with two nested queues:
......
......@@ -214,7 +214,7 @@
#elif defined(WIN32) || defined(_WIN32)
# define CAF_WINDOWS
#else
# error Platform and/or compiler not supportet
# error Platform and/or compiler not supported
#endif
#if defined(CAF_MACOS) || defined(CAF_LINUX) || defined(CAF_BSD) || defined(CAF_CYGWIN)
# define CAF_POSIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment