]> git.lyx.org Git - lyx.git/commitdiff
Typo
authorEnrico Forestieri <forenr@lyx.org>
Tue, 31 Mar 2015 14:03:16 +0000 (16:03 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 31 Mar 2015 14:03:16 +0000 (16:03 +0200)
src/insets/InsetInfo.cpp

index 9a9fc143a45ed8196ba8084dafe2bdf71e5e5466..44a290e4a5420f214ac4fecc82b26c712169578a 100644 (file)
@@ -420,7 +420,7 @@ void InsetInfo::updateInfo()
                        break;
                int percent_scale = 100;
                if (use_gui) {
-                       // Compute the scale factor for the icon such its
+                       // Compute the scale factor for the icon such that its
                        // width on screen is equal to 1em in pixels.
                        // The scale factor is rounded to the integer nearest
                        // to the float value of the ratio 100*iconsize/imgsize.