about summary refs log tree commit diff
path: root/Completion/Base/Utility/_sep_parts
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/Utility/_sep_parts')
-rw-r--r--Completion/Base/Utility/_sep_parts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Utility/_sep_parts b/Completion/Base/Utility/_sep_parts
index 4e505dd64..b1fdfd31e 100644
--- a/Completion/Base/Utility/_sep_parts
+++ b/Completion/Base/Utility/_sep_parts
@@ -116,7 +116,7 @@ while [[ $# -gt 0 && "$str" == *${1}* ]]; do
     PREFIX="$str"
   fi
 
-  # We incrementally add suffixes by appending to them the seperators
+  # We incrementally add suffixes by appending to them the separators
   # and the strings from the next array that match the pattern we built.
 
   arr="$2"