aboutsummaryrefslogtreecommitdiffstats
path: root/xdg-launcher/src/runxdg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xdg-launcher/src/runxdg.cpp')
-rw-r--r--xdg-launcher/src/runxdg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdg-launcher/src/runxdg.cpp b/xdg-launcher/src/runxdg.cpp
index 1480d72..c65f499 100644
--- a/xdg-launcher/src/runxdg.cpp
+++ b/xdg-launcher/src/runxdg.cpp
@@ -456,7 +456,7 @@ void RunXDG::setup_surface (int id)
json_object_new_string(m_name.c_str()));
json_object_object_add(obj, m_wm->kKeyIviId,
json_object_new_string(sid.c_str()));
- AGL_DEBUG("reqestSurfaceXDG(%s,%s)", m_name.c_str(), sid.c_str());
+ AGL_DEBUG("requestSurfaceXDG(%s,%s)", m_name.c_str(), sid.c_str());
m_wm->requestSurfaceXDG(obj);
if (m_pending_create) {