loleaflet/src/control/Control.LokDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9ada3e35a138e871ac261082b30b6a47357a2b5d Author: Tor Lillqvist <[email protected]> AuthorDate: Sat Apr 20 23:25:01 2019 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Sat Apr 20 23:25:01 2019 +0300 Typo fix Change-Id: I6e4692a19d1e03c16c40eada5c4eca99b229601a diff --git a/loleaflet/src/control/Control.LokDialog.js b/loleaflet/src/control/Control.LokDialog.js index 3282b9d2e..a58fd6008 100644 --- a/loleaflet/src/control/Control.LokDialog.js +++ b/loleaflet/src/control/Control.LokDialog.js @@ -661,7 +661,7 @@ L.Control.LokDialog = L.Control.extend({ // tdf#124235: At least in the iOS app, multiplying with // L.getDpiScaleFactor() below causes the child of a combo box to be // displaced from the fixed part. I see the same problem also when using - // Safari on a Retuna Mac against normal online. But as I don't know whether + // Safari on a Retina Mac against normal online. But as I don't know whether // it happens also for other browsers on other platforms on hidpi displays, // I will fix this for the iOS app only for now. if (!window.ThisIsTheiOSApp) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
