Commit a3f43443 authored by Andris Mednis's avatar Andris Mednis Committed by GitHub

Fix a couple of typos

parent 018144ed
...@@ -86,7 +86,7 @@ public: ...@@ -86,7 +86,7 @@ public:
/// Stores asynchronous messages with default priority. /// Stores asynchronous messages with default priority.
using normal_queue = intrusive::drr_cached_queue<policy::normal_messages>; 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>; using urgent_queue = intrusive::drr_cached_queue<policy::urgent_messages>;
/// Configures the FIFO inbox with two nested queues: /// Configures the FIFO inbox with two nested queues:
......
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
#elif defined(WIN32) || defined(_WIN32) #elif defined(WIN32) || defined(_WIN32)
# define CAF_WINDOWS # define CAF_WINDOWS
#else #else
# error Platform and/or compiler not supportet # error Platform and/or compiler not supported
#endif #endif
#if defined(CAF_MACOS) || defined(CAF_LINUX) || defined(CAF_BSD) || defined(CAF_CYGWIN) #if defined(CAF_MACOS) || defined(CAF_LINUX) || defined(CAF_BSD) || defined(CAF_CYGWIN)
# define CAF_POSIX # 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