examples: js: fix variable name
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 17 Dec 2019 14:33:45 +0000 (11:33 -0300)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 17 Dec 2019 21:28:30 +0000 (06:28 +0900)
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

src/examples/elementary/icon_example_01.js

index 21d78f1..8288053 100644 (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;