Commit 09f6a2e3 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed typo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9813 b35dd754-fafc-0310-a699-88a17e54d16e
parent da58e14b
......@@ -63,7 +63,7 @@ public class IQMUCSearchHandler
{
final XDataFormImpl searchForm = new XDataFormImpl(DataForm.TYPE_FORM);
searchForm.setTitle("Chat Rooms Search");
searchForm.addInstruction("instrunctions");
searchForm.addInstruction("Instructions");
final FormField typeFF = new XFormFieldImpl("FORM_TYPE");
typeFF.setType(FormField.TYPE_HIDDEN);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment