X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-metrics.cpp;h=5f05c9fad6b8ac9db3bb46541f776a9a4122792d;hb=9ba7eae5f79161f75414ec25341ccf26417b0e94;hp=27d65422fc397b4f6dca08a30ed07e6bfb665e19;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/sp-metrics.cpp b/src/sp-metrics.cpp index 27d65422f..5f05c9fad 100644 --- a/src/sp-metrics.cpp +++ b/src/sp-metrics.cpp @@ -3,7 +3,7 @@ /* * SPMetric handling and stuff - * I hope this will be usefull :-) + * I hope this will be usefull :-) */ gdouble @@ -73,7 +73,7 @@ sp_metric_to_metric_string(gdouble const length, { gdouble const len = sp_absolute_metric_to_metric(length, metric_src, metric_dst); GString *str = g_string_new(""); - g_string_printf(str, "%0.02f", len); + g_string_printf(str, "%0.02f", len); /* We need a fixed number of fractional digits, because otherwise the live statusbar display of * lengths will be too jerky */