Skip to content

Commit e9fc46e

Browse files
authored
Merge pull request #34 from scop/spelling
Spelling fixes
2 parents 5a39f59 + d38e532 commit e9fc46e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ XMMS plugin:
22
Kenton Varda <[email protected]>
33
Konstanty Bialkowski <[email protected]>
44

5-
General Maintainence:
5+
General Maintenance:
66
Konstanty Bialkowski <[email protected]>
77

88
Sound Engine:

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ date = 2-nov-2006 [Konstanty Bialkowski/Macro Trillo]
8686
date = 20-jul-2006 [Peter Grootswagers]
8787
-> file: src/load_abc.cpp
8888
where: instrument loader functions
89-
what: replaced with correspondig functions in load_pat.cpp
89+
what: replaced with corresponding functions in load_pat.cpp
9090
-> file: src/load_mid.cpp
9191
where: whole source
9292
what: new loader for midi files

src/modplug.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ MODPLUG_EXPORT char* ModPlug_GetMessage(ModPlugFile* file);
138138
/*Export to a Scream Tracker 3 S3M module. EXPERIMENTAL (only works on Little-Endian platforms)*/
139139
MODPLUG_EXPORT char ModPlug_ExportS3M(ModPlugFile* file, const char* filepath);
140140

141-
/*Export to a Extended Module (XM). EXPERIMENTAL (only works on Little-Endian platforms)*/
141+
/*Export to an Extended Module (XM). EXPERIMENTAL (only works on Little-Endian platforms)*/
142142
MODPLUG_EXPORT char ModPlug_ExportXM(ModPlugFile* file, const char* filepath);
143143

144-
/*Export to a Amiga MOD file. EXPERIMENTAL.*/
144+
/*Export to an Amiga MOD file. EXPERIMENTAL.*/
145145
MODPLUG_EXPORT char ModPlug_ExportMOD(ModPlugFile* file, const char* filepath);
146146

147-
/*Export to a Impulse Tracker IT file. Should work OK in Little-Endian & Big-Endian platforms :-) */
147+
/*Export to an Impulse Tracker IT file. Should work OK in Little-Endian & Big-Endian platforms :-) */
148148
MODPLUG_EXPORT char ModPlug_ExportIT(ModPlugFile* file, const char* filepath);
149149
#endif /* MODPLUG_NO_FILESAVE */
150150

0 commit comments

Comments
 (0)