From c7c17a2a7757fa695b0234afd1dc1ca96ae42571 Mon Sep 17 00:00:00 2001
From: Pol Dell'Aiera <pol.dellaiera@gmail.com>
Date: Fri, 12 Aug 2011 11:22:45 +0200
Subject: [PATCH] Fix typo.

---
 includes/command.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/includes/command.inc b/includes/command.inc
index de876c5..5e190f3 100644
--- a/includes/command.inc
+++ b/includes/command.inc
@@ -68,7 +68,7 @@ function drush_invoke_args($command, $args) {
 }
 
 /**
- * Variant of _drush_invoke_args that allows the
+ * Variant of drush_invoke_args that allows the
  * commandfile to be specified correctly; this allows
  * the hook functions to be correctly determined for
  * commands that provide a 'callback' function.
-- 
1.7.4.1

