From f09611b10f862576851da3dbdaf55b4856b44619 Mon Sep 17 00:00:00 2001 From: Ronan Guilloux Date: Thu, 20 Jun 2013 19:18:53 +0300 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24cf62e..a6322b8 100755 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Permissions make sense: * it's bad practice to `chmod 777 /dev` only because someone wants to blink a led freely Such practices are regularly proposed on RPi forums, but they aren't security-aware -& therefore not recommeded in an Internet environment. +& therefore not recommendable in an Internet environment. Instead, the good old `/etc/sudoers` file allow your linux users to execute single files with sudo permissions without password to type.