summaryrefslogtreecommitdiffstats
path: root/m_struct.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 18:48:53 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 18:48:53 +0000
commit2b54afbabbf2d067a7c32647fbece6d6a2e3642f (patch)
tree3926704088ac451cb83e9953926dfdd84487fed4 /m_struct.h
parentb04bd62cee1f4de178b30feeddbe92c0e15d13b4 (diff)
downloadmpv-2b54afbabbf2d067a7c32647fbece6d6a2e3642f.tar.bz2
mpv-2b54afbabbf2d067a7c32647fbece6d6a2e3642f.tar.xz
Fix most of the mistakes pointed out by Diego.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18284 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_struct.h')
-rw-r--r--m_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_struct.h b/m_struct.h
index 3753f8a3b7..35cafc9951 100644
--- a/m_struct.h
+++ b/m_struct.h
@@ -12,7 +12,7 @@ struct m_option;
/// Struct definition
typedef struct m_struct_st {
- /// For error msg and debuging
+ /// For error messages and debugging
char* name;
/// size of the whole struct
unsigned int size;