Index: funcs/func_db.c =================================================================== --- funcs/func_db.c (revision 37122) +++ funcs/func_db.c (working copy) @@ -108,7 +108,7 @@ "This function will read or write a value from/to the Asterisk database.\n" "DB(...) will read a value from the database, while DB(...)=value\n" "will write a value to the database. On a read, this function\n" - "returns the value from the datase, or NULL if it does not exist.\n" + "returns the value from the database, or NULL if it does not exist.\n" "On a write, this function will always return NULL. Reading a database value\n" "will also set the variable DB_RESULT.\n", .read = function_db_read,