diff --git a/src/org/opencms/main/CmsBroadcast.java b/src/org/opencms/main/CmsBroadcast.java index 8216b46d3d..ef39f18f78 100644 --- a/src/org/opencms/main/CmsBroadcast.java +++ b/src/org/opencms/main/CmsBroadcast.java @@ -91,8 +91,8 @@ public CmsBroadcast(CmsUser sender, String message) { * * @param sender the sender of the broadcast * @param message the message to send - * @param repeat true if message shoul be repeated - * @deprecated use the constructors with the content mode instead + * @param repeat true if message shoul be repeated + * @deprecated use the constructors with the content mode instead */ @Deprecated public CmsBroadcast(CmsUser sender, String message, boolean repeat) { @@ -284,4 +284,4 @@ private String htmlForPlain(String message) { return result; } -} \ No newline at end of file +}