aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-07-01 14:54:01 +0200
committerDavid Roman <davidroman96@gmail.com>2024-07-01 14:54:36 +0200
commit89ce17a46d92e4d6c34b6f392173ab6ed9bfdf37 (patch)
treed2ceadb8162918e8b37c4feb6030219eeee32d75 /app-mobilephone
parentdev-cpp/cpptrace: add 0.6.2 (diff)
downloadguru-89ce17a46d92e4d6c34b6f392173ab6ed9bfdf37.tar.gz
guru-89ce17a46d92e4d6c34b6f392173ab6ed9bfdf37.tar.bz2
guru-89ce17a46d92e4d6c34b6f392173ab6ed9bfdf37.zip
app-mobilephone/usb-tethering: fix typo
Closes: https://github.com/gentoo/guru/pull/207 Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/usb-tethering/files/usb-tethering2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/usb-tethering/files/usb-tethering b/app-mobilephone/usb-tethering/files/usb-tethering
index b4b434e44c..68f04004f3 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 \