mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
Typos
git-svn-id: https://svn.fhem.de/fhem/trunk@1630 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
60d2269a6c
commit
f4b43b0051
@ -8,7 +8,7 @@ package main;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use POSIX;
|
use POSIX;
|
||||||
uset HttpUtils;
|
use HttpUtils;
|
||||||
|
|
||||||
sub dayofyear {
|
sub dayofyear {
|
||||||
my ($day1,$month,$year)=@_;
|
my ($day1,$month,$year)=@_;
|
||||||
|
@ -89,7 +89,7 @@ sub
|
|||||||
GetHttpFile($$)
|
GetHttpFile($$)
|
||||||
{
|
{
|
||||||
my ($host,$port) = @_;
|
my ($host,$port) = @_;
|
||||||
return GetFileFromURL("http://$host$file);
|
return GetFileFromURL("http://$host$file");
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user