diff options
Diffstat (limited to 'cpp/src/Ice/MetricsAdminI.cpp')
-rw-r--r-- | cpp/src/Ice/MetricsAdminI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/MetricsAdminI.cpp b/cpp/src/Ice/MetricsAdminI.cpp index 3142164b805..bc99ff922d9 100644 --- a/cpp/src/Ice/MetricsAdminI.cpp +++ b/cpp/src/Ice/MetricsAdminI.cpp @@ -656,7 +656,7 @@ MetricsAdminI::updated(const PropertyDict& props) { if(p->first.find("IceMX.") == 0) { - // Udpate the metrics views using the new configuration. + // Update the metrics views using the new configuration. try { updateViews(); |