From f990d5e617954c57e73209dba8a8061f87d538a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 31 May 2012 00:03:41 +0300 Subject: [PATCH] Comment spelling fix. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index dea0fd4e..7cb5a21a 100644 --- a/bash_completion +++ b/bash_completion @@ -1284,7 +1284,7 @@ _realcommand() } } -# This function returns the first arugment, excluding options +# This function returns the first argument, excluding options # @param $1 chars Characters out of $COMP_WORDBREAKS which should # NOT be considered word breaks. See __reassemble_comp_words_by_ref. _get_first_arg()