examples: js: fix variable name

Summary:
Simple mispell in the example.

Depends on D10882
Reported-By: https://lgtm.com/projects/g/Enlightenment/efl

Reviewers: felipealmeida, lauromoura

Reviewed By: felipealmeida

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10883
This commit is contained in:
Stefan Schmidt 2019-12-17 11:33:45 -03:00 committed by Lauro Moura
parent b6521cc279
commit 7855a97f0d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ icon.setIcon("home");
var path, group;
r = icon.getFile(path, group);
path = r[0];
gruop = r[1];
group = r[1];
console.log("path = " + path + ", group = " + group);
var name;