2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

fixed typo in "Unknown argument"

git-svn-id: https://svn.fhem.de/fhem/trunk@2036 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs 2012-10-29 09:19:56 +00:00
parent 9a68bdf8da
commit a855132a13

View File

@ -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!"