summaryrefslogtreecommitdiff
path: root/bin/deletePad.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/deletePad.js')
-rw-r--r--bin/deletePad.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/deletePad.js b/bin/deletePad.js
index f7a6d203..fe7761db 100644
--- a/bin/deletePad.js
+++ b/bin/deletePad.js
@@ -37,12 +37,12 @@ async.series([
db = require('../src/node/db/DB');
callback();
},
- // intallize the database
+ // initialize the database
function (callback)
{
db.init(callback);
},
- // delete the pad and it's links
+ // delete the pad and its links
function (callback)
{
padManager = require('../src/node/db/PadManager');