summaryrefslogtreecommitdiff
path: root/src/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/point.h')
-rw-r--r--src/point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/point.h b/src/point.h
index 2d6b337d..bc894cdd 100644
--- a/src/point.h
+++ b/src/point.h
@@ -43,7 +43,7 @@ class Point
{}
/**
- * Check whether the given point is range of this point. This is
+ * Check whether the given point is within range of this point. This is
* defined as lying within the distance of client awareness.
*/
bool inRangeOf(const Point &p) const