1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Fix some spelling mistakes.

This commit is contained in:
freddii
2021-01-12 09:54:34 +00:00
committed by James Crook
parent c13407d692
commit 2593a84d56
38 changed files with 46 additions and 46 deletions

View File

@@ -85,7 +85,7 @@ own background.
It is used (a) To group together widgets which need to be refreshed
together. A single refresh of the panel causes all the subwindows to
refresh. (b) as a base class for some flicker-free classes for which
the backgorund is never repainted.
the background is never repainted.
JKC: InvisiblePanel will probably be replaced in time by a mechanism
for registering for changes.