diff options
Diffstat (limited to 'karbon/plugins')
-rw-r--r-- | karbon/plugins/roundcorners/roundcornersplugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/roundcorners/roundcornersplugin.cc b/karbon/plugins/roundcorners/roundcornersplugin.cc index 39739e68..7003e510 100644 --- a/karbon/plugins/roundcorners/roundcornersplugin.cc +++ b/karbon/plugins/roundcorners/roundcornersplugin.cc @@ -102,7 +102,7 @@ VRoundCornersCmd::visitVSubpath( VSubpath& path ) return; // Note: we modiy segments from path. that doesn't hurt, since we - // tqreplace "path" with the temporary path "newPath" afterwards. + // replace "path" with the temporary path "newPath" afterwards. VSubpath newPath( 0L ); |