Fix Typo
This commit is contained in:
culb 2024-02-03 15:48:31 -05:00
parent 5e68f6a223
commit cb4fe6c5af

View File

@ -342,7 +342,7 @@ sub _do_for_each {
# not specifying any channels or servers is not the same as specifying
# undef for both
# - not specifying either results in calling the callback inthe current ctx
# - not specifying either results in calling the callback in the current ctx
# - specifying undef for for both results in calling the callback in the
# front/currently selected tab
if( @_ == 3 && !($channels || $servers) ) {