typo
diff --git a/uuid.go b/uuid.go
index 2920fae..38e085b 100755
--- a/uuid.go
+++ b/uuid.go
@@ -116,7 +116,7 @@
 	panic("unreachable")
 }
 
-// Version returns the verison of uuid.  It returns false if uuid is not
+// Version returns the version of uuid.  It returns false if uuid is not
 // valid.
 func (uuid UUID) Version() (Version, bool) {
 	if len(uuid) != 16 {