summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/dotnet/dotnet.cpp2
-rw-r--r--ext/rpc/dotnet/dotnet.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/dotnet/dotnet.cpp b/ext/dotnet/dotnet.cpp
index b8e9d168ac..099f190908 100644
--- a/ext/dotnet/dotnet.cpp
+++ b/ext/dotnet/dotnet.cpp
@@ -182,7 +182,7 @@ function_entry DOTNET_functions[] = {
static PHP_MINFO_FUNCTION(DOTNET)
{
php_info_print_table_start();
- php_info_print_table_row(2, "DOTNET support", "enabled");
+ php_info_print_table_row(2, ".NET support", "enabled");
php_info_print_table_end();
}
diff --git a/ext/rpc/dotnet/dotnet.cpp b/ext/rpc/dotnet/dotnet.cpp
index b8e9d168ac..099f190908 100644
--- a/ext/rpc/dotnet/dotnet.cpp
+++ b/ext/rpc/dotnet/dotnet.cpp
@@ -182,7 +182,7 @@ function_entry DOTNET_functions[] = {
static PHP_MINFO_FUNCTION(DOTNET)
{
php_info_print_table_start();
- php_info_print_table_row(2, "DOTNET support", "enabled");
+ php_info_print_table_row(2, ".NET support", "enabled");
php_info_print_table_end();
}