1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 17:44:07 +02:00

Fix some typos

https://github.com/adminerevo/adminerevo/pull/210
This commit is contained in:
Kian-Meng Ang
2024-11-08 21:48:25 +01:00
committed by Jakub Vrana
parent f25ffb36f9
commit d6d86fa26a
7 changed files with 7 additions and 7 deletions

View File

@@ -823,7 +823,7 @@ AND typelem = 0"
}
}
// coments for table & fields
// comments for table & fields
if ($status['Comment']) {
$return .= "\n\nCOMMENT ON TABLE " . idf_escape($status['nspname']) . "." . idf_escape($status['Name']) . " IS " . q($status['Comment']) . ";";
}