summaryrefslogtreecommitdiffstats
path: root/src/server/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/util.hpp')
-rw-r--r--src/server/util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/util.hpp b/src/server/util.hpp
index 372ae084..249b7a1e 100644
--- a/src/server/util.hpp
+++ b/src/server/util.hpp
@@ -70,7 +70,7 @@ set_denormal_flags()
}
} else {
Raul::warn << "This code has been built with SSE support, but your processor does"
- << " not support the SSE instruction set, exiting." << std::endl;
+ << " not support the SSE instruction set, exiting." << std::endl;
exit(EXIT_FAILURE);
}
#endif