summaryrefslogtreecommitdiffstats
path: root/client/screen_layer.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-09-15 10:18:16 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-09-15 10:24:45 +0200
commita20e6bb0121c92fc475ed48165150abccf0a19a7 (patch)
tree96e9d2976b5fab46a637db9f848f104d45e5f187 /client/screen_layer.h
parent011266555a78e000a69caf9c3009f71caa9f7dc2 (diff)
downloadspice-a20e6bb0121c92fc475ed48165150abccf0a19a7.tar.gz
spice-a20e6bb0121c92fc475ed48165150abccf0a19a7.tar.xz
spice-a20e6bb0121c92fc475ed48165150abccf0a19a7.zip
fix typos
applicaion => application Attache => Attach Detache => Detach _layes => _layers
Diffstat (limited to 'client/screen_layer.h')
-rw-r--r--client/screen_layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/screen_layer.h b/client/screen_layer.h
index 5ad3a111..70cd6516 100644
--- a/client/screen_layer.h
+++ b/client/screen_layer.h
@@ -29,8 +29,8 @@ public:
ScreenLayer(int z_order, bool opaque);
virtual ~ScreenLayer();
- void attach_to_screen(Application& applicaion, int screen_id);
- void detach_from_screen(Application& applicaion);
+ void attach_to_screen(Application& application, int screen_id);
+ void detach_from_screen(Application& application);
void set_screen(RedScreen* screen) { _screen = screen;}
RedScreen* screen() { return _screen; }