소스 검색

doc typo fix fix

Julien Schmidt 12 년 전
부모
커밋
52f4d6348c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      errors.go

+ 1 - 1
errors.go

@@ -34,7 +34,7 @@ func (me *MySQLError) Error() string {
 	return fmt.Sprintf("Error %d: %s", me.Number, me.Message)
 }
 
-// error type which represents a group of one ore more MySQL warnings
+// error type which represents a group of one or more MySQL warnings
 type MySQLWarnings []mysqlWarning
 
 func (mws MySQLWarnings) Error() string {