fix capitalisation of error message
diff --git a/oauth2device.go b/oauth2device.go
index d3e232b..9bf8e79 100644
--- a/oauth2device.go
+++ b/oauth2device.go
@@ -45,7 +45,7 @@
 var (
 	// ErrAccessDenied is an error returned when the user has denied this
 	// app access to their account.
-	ErrAccessDenied = errors.New("Access denied by user")
+	ErrAccessDenied = errors.New("access denied by user")
 )
 
 const (