mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -20,7 +20,7 @@ For example DEFINE_IMAGE will generate:
|
||||
|
||||
- extern int name;
|
||||
- int name = -1;
|
||||
- RegisterImage( name, initiialiser, textual_name);
|
||||
- RegisterImage( name, initialiser, textual_name);
|
||||
|
||||
On three different passes. We control which by defining one of
|
||||
THEME_INITS or THEME_DECLARATIONS or neither of these.
|
||||
|
||||
Reference in New Issue
Block a user