Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / snapped-point.h
index 254d573df895a708ab59436eeff8996ee2fb647c..cddddd53bc3097226544b46854b01d79b1da36d5 100644 (file)
@@ -58,7 +58,7 @@ public:
     void setPointerDistance(Geom::Coord const d) {_pointer_distance = d;}
 
     /* This is the preferred method to find out which point we have snapped
-     * to, because it only returns a point if snapping has actually occured
+     * to, because it only returns a point if snapping has actually occurred
      * (by overwriting p)
      */
     void getPoint(Geom::Point &p) const;