Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jan 7, 2017
1 parent bdecfb2 commit 78f5629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/scalatra/RouteRegistry.scala
Expand Up @@ -82,7 +82,7 @@ class RouteRegistry {
modifyRoutes(method, route +: _)

/**
* Removes a route from the method's route seqeuence.
* Removes a route from the method's route sequence.
*/
def removeRoute(method: HttpMethod, route: Route): Unit =
modifyRoutes(method, _ filterNot (_ == route))
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/scala/org/scalatra/util/io/package.scala
Expand Up @@ -6,7 +6,7 @@ import java.nio.channels.Channels
import scala.annotation.tailrec

/**
* A collection of I/O ulility methods.
* A collection of I/O utility methods.
*/
package object io {
/**
Expand Down

0 comments on commit 78f5629

Please sign in to comment.