From f6a8a1cc5cb5fb3b834618ce14642d54150157d3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 16 Oct 2016 07:28:02 +0000 Subject: [PATCH] spelling: specify --- netstorage.drush.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netstorage.drush.inc b/netstorage.drush.inc index a97bfb6..f65be5e 100644 --- a/netstorage.drush.inc +++ b/netstorage.drush.inc @@ -107,7 +107,7 @@ function drush_netstorage_queue_run($queue_name) { sleep($seconds); } - // Sepecify which drush to use. User can optionally give path to drush on server. + // Specify which drush to use. User can optionally give path to drush on server. $drush = drush_get_option('path-to-drush', 'drush'); // Execute the command.