diff --git a/text/text.go b/text/text.go
index 02e7c6104b005b02d9928963b51cd8fdacead02e..c28f1ebd029ebb02c3148fd4eae820f6e70de399 100644
--- a/text/text.go
+++ b/text/text.go
@@ -37,7 +37,7 @@ func RangeTable(table *unicode.RangeTable) []rune {
 	return runes
 }
 
-// Text allows text drawing.
+// Text allows for effiecient and convenient text drawing.
 //
 // To create a Text object, use the New constructor:
 //   txt := text.New(face, text.ASCII)