Skip to content

Commit 34ba86a

Browse files
committed
Fixing typos in variable names.
1 parent 421ef24 commit 34ba86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/content/backdrop_content.drush.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implements hook_drush_command().
99
*/
1010
function backdrop_content_drush_command() {
11-
$itmes = array();
11+
$items = array();
1212
$items['backdrop-content-type-list'] = array(
1313
'description' => 'List the content types available on the site.',
1414
'aliases' => array('ctl', 'content-type-list'),

commands/make/bmake.drush.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implements hook_drush_command().
99
*/
1010
function bmake_drush_command() {
11-
$itmes = array();
11+
$items = array();
1212
$items['bmake'] = array(
1313
'description' => 'Turns a makefile into a working Backdrop codebase.',
1414
'callback' => 'bmake',

0 commit comments

Comments
 (0)