From b29e8a1a3dc6ab0f7d7494f43e144354893942d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 29 Nov 2014 19:05:11 +0100 Subject: [PATCH] Fix typo --- js/misc/extensionUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/misc/extensionUtils.js b/js/misc/extensionUtils.js index afdc3cd3e..1d1221c35 100644 --- a/js/misc/extensionUtils.js +++ b/js/misc/extensionUtils.js @@ -43,7 +43,7 @@ function getCurrentExtension() { let path = match[1]; let file = Gio.File.new_for_path(path); - // Walk up the directory tree, looking for an extesion with + // Walk up the directory tree, looking for an extension with // the same UUID as a directory name. while (file != null) { let extension = extensions[file.get_basename()];