diff --git a/openvpn-install.sh b/openvpn-install.sh
index 19fbb61..25aaf1d 100644
--- a/openvpn-install.sh
+++ b/openvpn-install.sh
@@ -15,7 +15,7 @@ fi
 
 
 if [[ ! -e /dev/net/tun ]]; then
-	echo "TUN/TAP is not available"
+	echo "TUN is not available"
 	exit 2
 fi