[Libreoffice-commits] online.git: loleaflet/src

Andras Timar andras.timar at collabora.com
Sun May 29 16:25:33 UTC 2016


 loleaflet/src/control/Control.Menubar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 055ab8d317b48d7ef2b7bcc4278cfbd6e19a996d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 29 18:24:59 2016 +0200

    loleaflet: typo dcoument->document

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index d6c63ea..c1459a0 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -157,7 +157,7 @@ L.Control.Menubar = L.Control.extend({
 			return;
 		}
 
-		// Add dcoument specific menu
+		// Add document specific menu
 		var docType = this._map.getDocType();
 		if (docType === 'text') {
 			this._initializeMenu(this.options.text);


More information about the Libreoffice-commits mailing list