[ticket/11166] Fix typo in comment

PHPBB3-11166
This commit is contained in:
Joas Schilling 2013-01-15 13:10:25 +01:00
parent 0d7f61dc7a
commit 5028fb981d

View file

@ -319,7 +319,7 @@ phpbb.ajaxify = function(options) {
}
else
{
// If confirmation is required, display a diologue to the user.
// If confirmation is required, display a dialog to the user.
phpbb.confirm(res.MESSAGE_BODY, function(del) {
if (del)
{