Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Aug 22, 2014
1 parent e683feb commit 3422efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Anyfetch.setApiUrl(config.apiUrl);

module.exports = function init(accessToken, watched_dir, cb) {
async.waterfall([
function initGlabals(cb) {
function initGlobals(cb) {
GLOBAL.CURSOR = {};
GLOBAL.ACCESS_TOKEN = accessToken;
GLOBAL.WATCHED_DIR = watched_dir;
Expand Down

0 comments on commit 3422efb

Please sign in to comment.