diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index c384ccba..dba8b10d 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -34,7 +34,7 @@ using namespace std::literals::chrono_literals; do { \ if (error) { \ free(error); \ - throw std::runtime_error("X111 error in " + \ + throw std::runtime_error("X11 error in " + \ std::string(__PRETTY_FUNCTION__)); \ } \ } while (0)