]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/Validator.h
#10571 improved handling of WM's signal when switching from or to full-screen window
[features.git] / src / frontends / qt / Validator.h
index 22e8d484d3d4b7ab02c3c50a817886eca23bd536..bf77795918b637a8f4c6b24b049102cfedb2533b 100644 (file)
@@ -41,7 +41,7 @@ class LyXRC;
 namespace frontend {
 
 /** A class to ascertain whether the data passed to the @c validate()
- *  member function can be interpretted as a GlueLength.
+ *  member function can be interpreted as a GlueLength.
  */
 class LengthValidator : public QValidator
 {
@@ -85,7 +85,7 @@ LengthValidator * unsignedGlueLengthValidator(QLineEdit *);
 
 
 /** A class to ascertain whether the data passed to the @c validate()
- *  member function can be interpretted as a GlueLength or is @param autotext.
+ *  member function can be interpreted as a GlueLength or is @param autotext.
  */
 class LengthAutoValidator : public LengthValidator
 {