X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.C;h=507ade8b9bddc755ff9faccfb007fc89e0a10930;hb=501f1dd61b6c0beb927151ecf331f78848261b59;hp=c0628df06e70ed14495a3fe80048eb1c076c2912;hpb=293767645f75c540a48e9498ec5dca6aabdd5455;p=lyx.git diff --git a/src/vspace.C b/src/vspace.C index c0628df06e..507ade8b9b 100644 --- a/src/vspace.C +++ b/src/vspace.C @@ -485,7 +485,7 @@ int VSpace::inPixels(BufferView const * bv) const retval = bv->buffer()->params.getDefSkip().inPixels(bv); break; - // This is how the skips are normally defined by LateX. + // This is how the skips are normally defined by LateX. // But there should be some way to change this per document. case SMALLSKIP: retval = default_height / 4;