Skip to content

Commit

Permalink
Typo: copmliant -> compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve committed Sep 8, 2013
1 parent bcd29ef commit 6149188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuid.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
const hexPattern = "^(urn\\:uuid\\:)?\\{?([a-z0-9]{8})-([a-z0-9]{4})-" +
"([1-5][a-z0-9]{3})-([a-z0-9]{4})-([a-z0-9]{12})\\}?$"

// A UUID representation copmliant with specification in
// A UUID representation compliant with specification in
// RFC 4122 document.
type UUID [16]byte

Expand Down

0 comments on commit 6149188

Please sign in to comment.