Skip to content

Commit 6846c64

Browse files
committed
Fix typo
1 parent 2f46fa5 commit 6846c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ function rr_delete($event_name, $data) {
528528
global $app, $conf;
529529

530530
//* Get the data of the soa and call soa_update
531-
//* In a singel server setup the record in dns_soa will already be gone ... so this will give an empty array.
531+
//* In a single server setup the record in dns_soa will already be gone ... so this will give an empty array.
532532
$tmp = $app->db->queryOneRecord("SELECT * FROM dns_soa WHERE id = ?", $data['old']['zone']);
533533
$data["new"] = $tmp;
534534
$data["old"] = $tmp;

0 commit comments

Comments
 (0)