summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-07-09 02:43:36 +0300
committerAlon Levy <alevy@redhat.com>2010-07-19 10:28:06 +0300
commit4f8545ed628fbb89a893297c5fdf276511284b33 (patch)
tree1e4715f294dfa7b818c93dfc0524c272cdf1f012 /client/windows
parent9877e7ae8405965463a67171b7408871f949f66f (diff)
downloadspice-4f8545ed628fbb89a893297c5fdf276511284b33.tar.gz
spice-4f8545ed628fbb89a893297c5fdf276511284b33.tar.xz
spice-4f8545ed628fbb89a893297c5fdf276511284b33.zip
fix typo DisplayModeListner -> DisplayModeListener
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/platform.cpp b/client/windows/platform.cpp
index 1e05fe10..81eb787c 100644
--- a/client/windows/platform.cpp
+++ b/client/windows/platform.cpp
@@ -698,7 +698,7 @@ LocalCursor* Platform::create_default_cursor()
return new WinDefaultCursor();
}
-void Platform::set_display_mode_listner(DisplayModeListner* listener)
+void Platform::set_display_mode_listner(DisplayModeListener* listener)
{
}