Skip to content

Commit

Permalink
Merge pull request #1 from fishears/master
Browse files Browse the repository at this point in the history
correction of small typo
  • Loading branch information
qunxyz authored Sep 17, 2018
2 parents 5296f44 + 6488a8d commit 83b4ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caffeine-plus@patapon.info/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const _ = Gettext.gettext;

const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();
const Func = Me.imprts.func;
const Func = Me.imports.func;
const Convenience = Me.imports.convenience;

const INHIBIT_APPS_KEY = 'inhibit-apps';
Expand Down

0 comments on commit 83b4ad0

Please sign in to comment.