From ccef51095addaaa943402a015bb44e7b9570d7eb Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sun, 8 Dec 2013 14:49:47 -0500 Subject: [PATCH] fix typo --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index cf7a571023..e1201f1bd1 100644 --- a/app.js +++ b/app.js @@ -51,7 +51,7 @@ require('child_process').exec('/usr/bin/which convert', function(err, stdout, stderr) { if(err || !stdout) { - winston.warn('Counldn\'t find convert. Did you install imagemagick?'); + winston.warn('Couldn\'t find convert. Did you install imagemagick?'); } });