From 2e58fcae9769c45cb89fb5802ce144b792f21caa Mon Sep 17 00:00:00 2001 From: Yimgo Date: Wed, 12 Sep 2012 10:18:18 +0200 Subject: [PATCH] Typo in comment. --- src/tools/UBGraphicsAristo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/UBGraphicsAristo.cpp b/src/tools/UBGraphicsAristo.cpp index 617bc6a9..fd91350e 100644 --- a/src/tools/UBGraphicsAristo.cpp +++ b/src/tools/UBGraphicsAristo.cpp @@ -692,7 +692,7 @@ void UBGraphicsAristo::hoverMoveEvent(QGraphicsSceneHoverEvent *event) } /* - * toolfrompos() returns the item type corresponding to the given position. + * toolfromPos() returns the item type corresponding to the given position. * This method is used to reduce the amount of code in each event function and improve class' maintainability. * pos: event's position ; a rotation is done to counter elements rotation, like the marker button. */