]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Fix copy and paste error in 6659304f7f8b
[lyx.git] / src / factory.cpp
index 72019cd6f72bc1dae92f8feef321384db357c47f..765daceba801addcf15e0d0521ebbabf99237453 100644 (file)
@@ -680,7 +680,7 @@ Inset * readInset(Lexer & lex, Buffer * buf)
                }
 
                // Set the buffer reference for proper parsing of some insets
-               // (InsetCollapsable for example)
+               // (InsetCollapsible for example)
                inset->setBuffer(*buf);
                inset->read(lex);
                // Set again the buffer for insets that are created inside this inset