Commit 4b289437 authored by Davis King's avatar Davis King

Fixed spelling error in comment

parent a9c5c98d
......@@ -65,7 +65,7 @@ namespace dlib
#define DLIB_NO_WARN_UNUSED
#endif
// Use the newer static_assert if it's avaiable since it produces much more readable error
// Use the newer static_assert if it's available since it produces much more readable error
// messages.
#ifdef DLIB_HAS_STATIC_ASSERT
#define COMPILE_TIME_ASSERT(expression) static_assert(expression, "Failed assertion")
......
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