]> Pileus Git - ~andy/gtk/blobdiff - docs/focus_tracking.txt
styleproperty: Remove context arg from _gtk_style_context_query()
[~andy/gtk] / docs / focus_tracking.txt
index c0fcf08a4fa93d8f10a3194ed6e1f1a103e40bb0..f3576c180c44634e1049308686d63c2719c1162c 100644 (file)
@@ -97,7 +97,7 @@ F2, F3: together these are exactly the cases where we get
 
 F4: we get an LeaveNotify with the focus flag set. An
   LeaveNotify with a focus flag set will also be sent if 
-  F==W, so we have to to explicity test for that case
+  F==W, so we have to to explicitly test for that case
   using has_focus_window(W).