Skip to content

Commit

Permalink
Fixed spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Oct 11, 2022
1 parent 6db2c30 commit 8afaf6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ public final void removeEventHandler(EventHandler<CalendarEvent> l) {
public final void fireEvent(CalendarEvent evt) {
if (fireEvents && !batchUpdates) {
if (MODEL.isLoggable(FINER)) {
MODEL.finer(getName() + ": fireing event: " + evt);
MODEL.finer(getName() + ": firing event: " + evt);
}

requireNonNull(evt);
Expand Down

0 comments on commit 8afaf6f

Please sign in to comment.