diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-11-12 19:30:00 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-11-12 19:30:00 +0100 |
commit | 49003ebeabeef389a16f8346423bcdf92ac62fe1 (patch) | |
tree | eb62d13c49513624254f6ae6ac4f8b0791b7ce04 | |
parent | 0a5835a63ba241255b23a583a50981829b75c979 (diff) | |
download | midipix_build-49003ebeabeef389a16f8346423bcdf92ac62fe1.tar.bz2 midipix_build-49003ebeabeef389a16f8346423bcdf92ac62fe1.tar.xz |
subr.rtl/rtl_install_v2.subr: fix typo.
-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 |