]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetFloat.cpp
index a37b9549479b229078f84e38598b95ea323d5a13..c1dc9856a92abf2f16627f6974e31b6d76fd0b39 100644 (file)
@@ -53,7 +53,7 @@ namespace lyx {
 // classes we can support similar functionality in other formats
 // (read DocBook).
 // By using float.sty we will have the same handling for all floats, both
-// for those already in existance (table and figure) and all user created
+// for those already in existence (table and figure) and all user created
 // onesĀ¹. So suddenly we give the users the possibility of creating new
 // kinds of floats on the fly. (and with a uniform look)
 //