]> gitweb.fluxo.info Git - borger.git/commitdiff
Fix: typo master
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Sep 2025 18:11:33 +0000 (15:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Sep 2025 18:11:33 +0000 (15:11 -0300)
borger

diff --git a/borger b/borger
index d0cc3029f7f70159aa1617cec2624719e5991787..a54ec57ecb8cadc29831f52472adce1c16fcb6bb 100755 (executable)
--- a/borger
+++ b/borger
@@ -37,7 +37,7 @@ function info {
   printf "[$BASENAME] [%s] %s\n" "$(date)" "$*" >&2;
 }
 
-# Fata error
+# Fatal error
 function fatal {
   info [fatal] $*
   exit 1;