mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Fix typo
This commit is contained in:
parent
9689a9ba8b
commit
b29e8a1a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue