Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Holmes committed Jan 19, 2015
1 parent eb1d322 commit c14149e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void handleGroupChatPrefsRequestedEvent(final GroupChatPrefsRequestedEvent event
@Handler
void handlePrefsDialog(final ClientPrefsOpenedEvent event) {
final PreferencesCategory category = new PreferencesCategory("Channel Who", "Provides " +
"support for sendinw WHO requests to channels at regular intervals");
"support for sending WHO requests to channels at regular intervals");
category.addSetting(new PreferencesSetting(PreferencesType.DURATION,
new NumericalValidator(0, Integer.MAX_VALUE), domain, "whointerval",
"Who Interval", "The interval WHO requests will be sent to channels",
Expand Down

0 comments on commit c14149e

Please sign in to comment.