mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix typos
This commit is contained in:
parent
b1c01d8051
commit
19e87bb36b
@ -697,7 +697,7 @@
|
||||
$httphead = $r53->getHttpPostHeaders($this->_dnsZoneID, "us-east-1", hash("sha256",$xmlreq));
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, $httphead);
|
||||
if($this->_dnsVerboseLog){
|
||||
log_error(sprintf("Sending reuquest to: %s", $apiurl));
|
||||
log_error(sprintf("Sending request to: %s", $apiurl));
|
||||
foreach($httphead as $hv){
|
||||
log_error(sprintf("Header: %s", $hv));
|
||||
}
|
||||
@ -714,7 +714,7 @@
|
||||
$httphead = $r53->getHttpPostHeaders($this->_dnsZoneID, "us-east-1", hash("sha256",$xmlreq));
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, $httphead);
|
||||
if($this->_dnsVerboseLog){
|
||||
log_error(sprintf("Sending reuquest to: %s", $apiurl));
|
||||
log_error(sprintf("Sending request to: %s", $apiurl));
|
||||
foreach($httphead as $hv){
|
||||
log_error(sprintf("Header: %s", $hv));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user