Fix typos

dev
mdPlusPlus 2 years ago
parent 6e4f39b847
commit aa1d7675f5

@ -1,5 +1,5 @@
// This file contains definitions which help to reduce the amount
// of redunant values in the main file, especially those that could
// of redundant values in the main file, especially those that could
// change in the foreseeable future.
export const dom = {

@ -371,7 +371,7 @@
$room_array = array(
"token" => $token,
"name" => $names[$i], // take same index in $names array
"active_users" => -1, // without API we can't query the acutal number
"active_users" => -1, // without API we can't query the actual number
"description" => null // same goes for the description
);

@ -16,7 +16,7 @@
}
foreach (rglob("$TEMPLATES_ROOT/*.php") as $phppath) {
// Do not render auxilliary PHP files.
// Do not render auxiliary PHP files.
if (str_contains("$phppath", "/+") || $phppath[0] == "+")
continue;

Loading…
Cancel
Save