# HG changeset patch # User diego # Date 1175438533 0 # Node ID 15ca243429f91a13f0313f360c11ff13ed294afd # Parent 9a8f6901e88891289b09744cdd11e9d68b3cd748 typo fixes ported from VLC diff -r 9a8f6901e888 -r 15ca243429f9 loader/registry.c --- a/loader/registry.c Sun Apr 01 13:58:06 2007 +0000 +++ b/loader/registry.c Sun Apr 01 14:42:13 2007 +0000 @@ -312,7 +312,7 @@ #else // regpathname is an external pointer // - // registry.c is holding it's own internal pointer + // registry.c is holding its own internal pointer // localregpathname - which is being allocate/deallocated if (localregpathname == 0) diff -r 9a8f6901e888 -r 15ca243429f9 loader/win32.c --- a/loader/win32.c Sun Apr 01 13:58:06 2007 +0000 +++ b/loader/win32.c Sun Apr 01 14:42:13 2007 +0000 @@ -4280,7 +4280,7 @@ #if 1 -// prefered compilation with -O2 -ffast-math ! +// preferred compilation with -O2 -ffast-math ! static double explog10(double x) {