Skip to content

Commit 10ce5f9

Browse files
committed
Addendum 2 to bug #14588145: fixed an error message typo
1 parent a8ea099 commit 10ce5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/password_validation/validate_password.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static void read_dictionary_file()
170170
{
171171
dictionary_stream.close();
172172
my_plugin_log_message(&plugin_info_ptr, MY_WARNING_LEVEL,
173-
"Dictionary file size exceed",
173+
"Dictionary file size exceeded",
174174
"MAX_DICTIONARY_FILE_LENGTH, not loaded");
175175
return;
176176
}

0 commit comments

Comments
 (0)