From e7a06f90cf82af7e48e3d6d14f89c6fd979b4188 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 7 Mar 2026 21:24:03 +0100 Subject: [PATCH 1/2] 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" From 3d0030fd3b0b61b4b10fd4e464ba54b4c6544bf2 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 15 Jul 2026 17:45:20 +0200 Subject: [PATCH 2/2] Correct `termux-saf-list` 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 b032b58..0904a8b 100644 --- a/scripts/termux-saf-read.in +++ b/scripts/termux-saf-read.in @@ -6,7 +6,7 @@ show_usage () { echo "Usage: $SCRIPTNAME uri" 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 "See termux-saf-ls to get the URIs to files." echo " -h show this help" exit 0 }