Skip to content

Commit

Permalink
Fixing typos in variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksketch committed Apr 15, 2024
1 parent 421ef24 commit 34ba86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/content/backdrop_content.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implements hook_drush_command().
*/
function backdrop_content_drush_command() {
$itmes = array();
$items = array();
$items['backdrop-content-type-list'] = array(
'description' => 'List the content types available on the site.',
'aliases' => array('ctl', 'content-type-list'),
Expand Down
2 changes: 1 addition & 1 deletion commands/make/bmake.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Implements hook_drush_command().
*/
function bmake_drush_command() {
$itmes = array();
$items = array();
$items['bmake'] = array(
'description' => 'Turns a makefile into a working Backdrop codebase.',
'callback' => 'bmake',
Expand Down

0 comments on commit 34ba86a

Please sign in to comment.