diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 27ffaa411..3fe80c6f8 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5759,7 +5759,7 @@ function drupal_schema_fields_sql($table, $prefix = NULL) { * @param $object * The object to write. This is a reference, as defaults according to * the schema may be filled in on the object, as well as ID on the serial - * type(s). Both array an object types may be passed. + * type(s). Both array and object types may be passed. * @param $primary_keys * If this is an update, specify the primary keys' field names. It is the * caller's responsibility to know if a record for this object already |