浏览代码

Merge pull request #64 from go-sql-driver/doc-typo-fix

doc typo fix
Julien Schmidt 12 年之前
父节点
当前提交
6ae39ca33e
共有 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 (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 {