[vlc-commits] Fix cosmetics.
Christophe Massiot
git at videolan.org
Wed Jan 19 23:17:46 CET 2011
vlc | branch: master | Christophe Massiot <massiot at via.ecp.fr> | Tue Jan 11 21:12:42 2011 +0100| [c14e81d219cfaa48c6d087a5d3a1453a2bcad4d8] | committer: Jean-Baptiste Kempf
Fix cosmetics.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c14e81d219cfaa48c6d087a5d3a1453a2bcad4d8
---
src/misc/pthread.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/pthread.c b/src/misc/pthread.c
index 6c1ef93..169765c 100644
--- a/src/misc/pthread.c
+++ b/src/misc/pthread.c
@@ -112,7 +112,7 @@ vlc_thread_fatal (const char *action, int error,
msg = buf;
break;
case ERANGE: /* should never happen */
- msg = "unknwon (too big to display)";
+ msg = "unknown (too big to display)";
break;
default:
msg = "unknown (invalid error number)";
More information about the vlc-commits
mailing list