--- embedaddon/php/ext/enchant/enchant.c 2013/07/22 01:31:40 1.1.1.3 +++ embedaddon/php/ext/enchant/enchant.c 2013/10/14 08:02:11 1.1.1.4 @@ -16,7 +16,7 @@ | Ilia Alshanetsky | +----------------------------------------------------------------------+ - $Id: enchant.c,v 1.1.1.3 2013/07/22 01:31:40 misho Exp $ + $Id: enchant.c,v 1.1.1.4 2013/10/14 08:02:11 misho Exp $ */ #ifdef HAVE_CONFIG_H @@ -326,7 +326,7 @@ PHP_MINFO_FUNCTION(enchant) #elif defined(HAVE_ENCHANT_BROKER_SET_PARAM) php_info_print_table_row(2, "Libenchant Version", "1.5.0 or later"); #endif - php_info_print_table_row(2, "Revision", "$Id: enchant.c,v 1.1.1.3 2013/07/22 01:31:40 misho Exp $"); + php_info_print_table_row(2, "Revision", "$Id: enchant.c,v 1.1.1.4 2013/10/14 08:02:11 misho Exp $"); php_info_print_table_end(); php_info_print_table_start(); @@ -674,7 +674,7 @@ PHP_FUNCTION(enchant_broker_dict_exists) described/referred to by 'tag'. The ordering is a comma delimited list of provider names. As a special exception, the "*" tag can be used as a language tag to declare a default ordering for any - language that does not explictly declare an ordering. */ + language that does not explicitly declare an ordering. */ PHP_FUNCTION(enchant_broker_set_ordering) {