diff --git a/doc_src/argparse.txt b/doc_src/argparse.txt index fc95946e0..af0c62ba2 100644 --- a/doc_src/argparse.txt +++ b/doc_src/argparse.txt @@ -54,7 +54,7 @@ set -l argv argparse 'h/help' 'n/name' $argv \endfish -The first `--` seen is what allows the `argparse` command to reliably seperate the option specifications from the command arguments. +The first `--` seen is what allows the `argparse` command to reliably separate the option specifications from the command arguments. \subsection argparse-option-specs Option Specifications