1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 07:13:49 +01:00

Fix minor typos

This commit is contained in:
Yuri Chornoivan
2020-04-11 10:08:33 +03:00
committed by James Crook
parent f420a546a0
commit d1ada5f08c
116 changed files with 195 additions and 195 deletions

View File

@@ -138,7 +138,7 @@ public:
/// Zooms out a constant factor (subject to zoom limits)
void ZoomOut(const wxRect &rect, int y) { Zoom(rect, y, 1.0f / ZoomStep, true); }
/// Zooms in a contant factor (subject to zoom limits)
/// Zooms in a constant factor (subject to zoom limits)
void ZoomIn(const wxRect &rect, int y) { Zoom(rect, y, ZoomStep, true); }
/// Zoom the note track around y.
/// If center is true, the result will be centered at y.