diff --git a/echo.go b/echo.go
index f7a771e2..abd46b01 100644
--- a/echo.go
+++ b/echo.go
@@ -103,7 +103,7 @@ func (e *Echo) Sub(pfx string) *Echo {
 	return &s
 }
 
-// Group is simmilar to Sub but excludes inheriting middleware from the parent
+// Group is similar to Sub but excludes inheriting middleware from the parent
 // router.
 func (e *Echo) Group(pfx string) *Echo {
 	g := *e