Fix wrong package and typo.

This commit is contained in:
Michael Jumper
2013-01-29 02:32:45 -08:00
committed by Michael Jumper
parent e9253473d1
commit 3a47e3ffa1

View File

@@ -2,9 +2,9 @@
/**
* Provides classes for hooking into various events that take place as
* users log into and use the Guacamole web application. These event
* hooks can be used to take action upon occurence of an event and,
* hooks can be used to take action upon occurrence of an event and,
* in some cases, prevent the web application from allowing the
* event to continue for the user that triggered it.
*/
package net.sourceforge.guacamole.net.event;
package net.sourceforge.guacamole.net.event.listener;