commit: 89ce17a46d92e4d6c34b6f392173ab6ed9bfdf37 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Jul 1 12:54:01 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Jul 1 12:54:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89ce17a4
app-mobilephone/usb-tethering: fix typo Closes: https://github.com/gentoo/guru/pull/207 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-mobilephone/usb-tethering/files/usb-tethering | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mobilephone/usb-tethering/files/usb-tethering b/app-mobilephone/usb-tethering/files/usb-tethering index b4b434e44..68f04004f 100644 --- a/app-mobilephone/usb-tethering/files/usb-tethering +++ b/app-mobilephone/usb-tethering/files/usb-tethering @@ -59,7 +59,7 @@ setup_usb_network_configfs() { mkdir $CONFIGFS/g1/configs/c.1/strings/0x409 \ || echo " Couldn't create $CONFIGFS/g1/configs/c.1/strings/0x409" echo "rndis" > $CONFIGFS/g1/configs/c.1/strings/0x409/configuration \ - || echo " Couldn't write configration name" + || echo " Couldn't write configuration name" # Link the rndis instance to the configuration ln -s $CONFIGFS/g1/functions/"$usb_rndis_function" $CONFIGFS/g1/configs/c.1 \
