summaryrefslogtreecommitdiffstats
path: root/client/screen.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.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.h')
-rw-r--r--client/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/screen.h b/client/screen.h
index 8fbc10aa..a08415a3 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -167,7 +167,7 @@ private:
AtomicCount _refs;
std::string _name;
RedWindow _window;
- std::vector<ScreenLayer*> _layes;
+ std::vector<ScreenLayer*> _layers;
QRegion _dirty_region;
RecurciveMutex _update_lock;
bool _active;