Module: check_mk
Branch: master
Commit: 9007c473ad96a057968acf6521705e3d39c8e289
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9007c473ad96a0…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Jan 28 19:04:06 2011 +0100
fixed typo in comment
---
agents/sqlplus.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/agents/sqlplus.sh b/agents/sqlplus.sh
index f1fb379..e75f838 100755
--- a/agents/sqlplus.sh
+++ b/agents/sqlplus.sh
@@ -8,7 +8,7 @@
# It is your task to adapt this script so that the ORACLE environment
# is setup and the correct user chosen to execute sqlplus.
-# The script we get the query on stdin and shall output the
+# The script will get the query on stdin and shall output the
# result on stdout. Error messages goes to stderr.
ORACLE_SID=$1