From 5538af7955f0a652d1ebf4b381740afe928eebe1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 8 Jun 2022 17:08:51 -0500 Subject: Fix typo -- thanks White_Rabbit! --- bollux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bollux b/bollux index 83c0e63..60d3824 100755 --- a/bollux +++ b/bollux @@ -1617,7 +1617,7 @@ blastoff() { # blastoff [-u] URL # Implementation detail: because Bash is really stupid when it comes to # arrays, the URL functions u* (see below) work with an array defined # with `local -a' and passed by name, not by value. Thus, the - # `urltransform url ...' instead of `urltransform "${url[@]}"' or + # `utransform url ...' instead of `urltransform "${url[@]}"' or # similar. In addition, the `ucdef' and `ucset' functions take the name # of the array element as parameters, not the element itself. local -a url -- cgit 1.4.1-21-gabe81