summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-21 07:58:59 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-21 07:58:59 +0000
commit86829c14f7651bb4f3784b0ece02806f40f8a0c6 (patch)
treec44b636aa44045fe8c456564140974187ff33f7b /includes
parent8b752bc1119d5e0da9a90d1c4ef22381c3f07184 (diff)
downloadbrdo-86829c14f7651bb4f3784b0ece02806f40f8a0c6.tar.gz
brdo-86829c14f7651bb4f3784b0ece02806f40f8a0c6.tar.bz2
- Patch #664696 by Crell: fixed typo in drupal_write_record() docblock.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
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