[gnome-shell] Fix typo
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix typo
- Date: Thu, 11 Dec 2014 14:49:23 +0000 (UTC)
commit b29e8a1a3dc6ab0f7d7494f43e144354893942d9
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Nov 29 19:05:11 2014 +0100
Fix typo
js/misc/extensionUtils.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/misc/extensionUtils.js b/js/misc/extensionUtils.js
index afdc3cd..1d1221c 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()];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]