mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-11 11:29:59 +01:00
Fix various typos in source documentation and comments
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
1eed13c617
commit
a76e5446aa
@@ -32,11 +32,11 @@ class QStatusBar;
|
||||
|
||||
A movement work in 3 steps:
|
||||
1: beginMovement -> init a new movement
|
||||
2: continueMovement -> continue the curent movement
|
||||
3: endMovement -> finish the curent movement
|
||||
2: continueMovement -> continue the current movement
|
||||
3: endMovement -> finish the current movement
|
||||
|
||||
A movement in progress must finish befor start a new movement. We can know if
|
||||
element mover is ready for a new movement by calling isReady().
|
||||
A movement in progress must finish before starting a new movement. We can
|
||||
know if element mover is ready for a new movement by calling isReady().
|
||||
*/
|
||||
class ElementsMover {
|
||||
// constructors, destructor
|
||||
|
||||
Reference in New Issue
Block a user