From a855132a13fc414f88f86cc325b104a954ec937f Mon Sep 17 00:00:00 2001 From: mfr69bs <> Date: Mon, 29 Oct 2012 09:19:56 +0000 Subject: [PATCH] fixed typo in "Unknown argument" git-svn-id: https://svn.fhem.de/fhem/trunk@2036 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/49_IPCAM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/49_IPCAM.pm b/fhem/FHEM/49_IPCAM.pm index 36ccca21c..ec8e85c8f 100644 --- a/fhem/FHEM/49_IPCAM.pm +++ b/fhem/FHEM/49_IPCAM.pm @@ -97,7 +97,7 @@ IPCAM_Get($@) { return "argument is missing @a" if(int(@a) != 2); # check argument - return "Unknown argument $a[1], choose on of ".join(" ", sort keys %gets) + return "Unknown argument $a[1], choose one of ".join(" ", sort keys %gets) if(!defined($gets{$a[1]})); # check attributes return "Attribute 'path' is missing. Please add this attribute first!"