diff options
-rw-r--r-- | subr.rtl/rtl_install_v2.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.rtl/rtl_install_v2.subr b/subr.rtl/rtl_install_v2.subr index 46cf804d..0efeaac4 100644 --- a/subr.rtl/rtl_install_v2.subr +++ b/subr.rtl/rtl_install_v2.subr @@ -272,7 +272,7 @@ rtlp_install_rc() { # {{{ rtlp_install_splitl($_rlhs, $_rrhs, $_sep) # # rtlp_install_splitl() -# Slit @_rlhs from left-hand side into left-hand and right-hand side +# Split @_rlhs from left-hand side into left-hand and right-hand side # according to @_sep w/ backslash escaping # # @_rlhs: inout reference to string and left-hand side result |