2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

fixed typo

git-svn-id: https://svn.fhem.de/fhem/trunk@3442 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-07-17 19:42:15 +00:00
parent 7ee13d6bf5
commit 1459fcb3a5

View File

@ -216,7 +216,7 @@ SWAP_Define($$)
my $productcode = $a[3];
return "$addr is not a 1 byte hex value" if( $addr !~ /^[\da-f]{2}$/i );
return "$addr is not an allowed address" if( $address eq "00" );
return "$addr is not an allowed address" if( $addr eq "00" );
return "$reg not allowed" if( $reg && hex($reg) <= 0x0A );
#return "please define a SWAP device with $addr first" if( $reg && !$modules{SWAP}{defptr}{$addr} );