From 59d27427b9a5aadf187d4751856a60af3d76be74 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Mar 18 2018 00:11:56 +0000 Subject: Fix minor spelling mistakes Copied from here: https://github.com/rpmfusion/VirtualBox/pull/2 --- diff --git a/VBoxOGLRun.sh b/VBoxOGLRun.sh index aa34308..a76738d 100644 --- a/VBoxOGLRun.sh +++ b/VBoxOGLRun.sh @@ -3,7 +3,7 @@ if VBoxClient --check3d; then export LD_LIBRARY_PATH=/usr/lib64/VBoxGuestAdditions:/usr/lib/VBoxGuestAdditions else - echo "Error 3D passthru not enabled in VM settings." 1>&2 + echo "Error 3D pass-through not enabled in VM settings." 1>&2 exit 1 fi