]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetInclude.cpp
index 87d2e5103d0dd913d5df419807fe1b93fa7fcf10..6eba05abde51d319d7ab81cc6cd49e3c4df05c76 100644 (file)
@@ -649,7 +649,7 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
                break;
        }
        case LISTINGS: {
-               // Here, listings and minted have sligthly different behaviors.
+               // Here, listings and minted have slightly different behaviors.
                // Using listings, it is always possible to have a caption,
                // even for non-floats. Using minted, only floats can have a
                // caption. So, with minted we use the following strategy.