From e7a06f90cf82af7e48e3d6d14f89c6fd979b4188 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 7 Mar 2026 21:24:03 +0100 Subject: [PATCH] Correct a typo in `scripts/termux-saf-read.in` --- scripts/termux-saf-read.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/termux-saf-read.in b/scripts/termux-saf-read.in index 89c195e..b032b58 100644 --- a/scripts/termux-saf-read.in +++ b/scripts/termux-saf-read.in @@ -4,7 +4,7 @@ set -e -u SCRIPTNAME=termux-saf-read show_usage () { echo "Usage: $SCRIPTNAME uri" - echo "Reads from a file identified by a URI and writes the data to sstandard output." + echo "Reads from a file identified by a URI and writes the data to standard output." echo "You can use pipes to process the data or redirect it into a file to make a local copy." echo "See termux-saf-list to get the URIs to files." echo " -h show this help"