1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-17 01:09:20 -08:00
parent b6e63cbebd
commit 4c36be58ca
102 changed files with 178 additions and 176 deletions

View file

@ -50,7 +50,7 @@ namespace fcn_poly {
}
// Test 3 - Methods w/ differet arg lists.
// Test 3 - Methods w/ different arg lists.
class meth_poly {
public:
int pm_meth(void) {
@ -128,4 +128,3 @@ namespace template_multiple_spec {
// End of polymorphism test file.