1
0

spelling fixes

This commit is contained in:
klemens
2017-04-06 22:26:07 +02:00
parent 4d8f04d406
commit 5a95db314a
38 changed files with 88 additions and 88 deletions

View File

@ -45,7 +45,7 @@ function serendipity_db_in_sql($col, &$search_ids, $type = ' OR ') {
* Connect to the configured Database
*
* @access public
* @return ressource connection handle
* @return resource connection handle
*/
function serendipity_db_connect() {
global $serendipity;
@ -90,7 +90,7 @@ function serendipity_db_escape_string($string) {
}
/**
* Returns the option to a LIMIT SQL statement, because it varies accross DB systems
* Returns the option to a LIMIT SQL statement, because it varies across DB systems
*
* @access public
* @param int Number of the first row to return data from
@ -267,7 +267,7 @@ function &serendipity_db_query($sql, $single = false, $result_type = "both", $re
*
* @access public
* @param string SQL query with template variables to convert
* @return ressource SQL ressource handle of the executed query
* @return resource SQL resource handle of the executed query
*/
function serendipity_db_schema_import($query) {
static $search = array('{AUTOINCREMENT}', '{PRIMARY}', '{UNSIGNED}',