From 93079ceb2692a98e37faf6d6e83caac384505eb9 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Mon, 18 Mar 2013 17:24:47 +0100
Subject: [PATCH 1/1] Add a fullstop at the end of a sentence

---
 xudo.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xudo.sh b/xudo.sh
index 981bcfd..17e54ed 100755
--- a/xudo.sh
+++ b/xudo.sh
@@ -70,7 +70,7 @@ id $USERNAME > /dev/null || { echo "Invalid user." 1>&2; exit 1; }
 
 [ "x$@" != "x" ] || { usage 1>&2; exit 1; }
 
-# Authorize the user
+# Authorize the user.
 xauth extract - $DISPLAY | sudo -u "$USERNAME" xauth merge -
 
 # Execute the command.
-- 
2.1.4