]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.cpp
Best to use braces when there are comments.
[lyx.git] / src / support / docstring.cpp
index c53222da6da6654ff05b6f1adaed1db75437d0a4..6d69915a89ce10a0172793ae7fa735b25318cadd 100644 (file)
@@ -251,7 +251,7 @@ lyx::docstring & operator+=(lyx::docstring & l, char r)
 
 // We get undefined references to these virtual methods. This looks like
 // a bug in gcc. The implementation here does not do anything useful, since
-// it is overriden in ascii_ctype_facet.
+// it is overridden in ascii_ctype_facet.
 namespace std {
 template<> ctype<lyx::char_type>::~ctype() {}
 template<> bool