]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiSearch.h
#10571 improved handling of WM's signal when switching from or to full-screen window
[features.git] / src / frontends / qt / GuiSearch.h
index b56555307456b50c33b821213939d26b62c40721..a47825a25b7e433a364ffe2897f0e053feccd2bf 100644 (file)
@@ -40,11 +40,11 @@ private:
        void dispatchParams() {}
        bool isBufferDependent() const { return true; }
 
-       /// Searches occurence of string
+       /// Searches occurrence of string
        void find(docstring const & search,
                  bool casesensitive, bool matchword, bool forward);
 
-       /// Replaces occurence of string
+       /// Replaces occurrence of string
        void replace(docstring const & search, docstring const & replace,
                     bool casesensitive, bool matchword,
                     bool forward, bool all);