mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +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 warnings;
|
||||
use POSIX;
|
||||
uset HttpUtils;
|
||||
use HttpUtils;
|
||||
|
||||
sub dayofyear {
|
||||
my ($day1,$month,$year)=@_;
|
||||
|
@ -89,7 +89,7 @@ sub
|
||||
GetHttpFile($$)
|
||||
{
|
||||
my ($host,$port) = @_;
|
||||
return GetFileFromURL("http://$host$file);
|
||||
return GetFileFromURL("http://$host$file");
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user