summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-25 16:34:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-25 16:34:23 +0000
commitc8ae1836e60d19348c894ffe80f7f79d17ec3b7b (patch)
tree8ea25823b79b5224b1dfff634fddec58825efbb3 /libao2
parent49dc3d8ad467a426c4d7d493b40ab761182596ee (diff)
downloadmpv-c8ae1836e60d19348c894ffe80f7f79d17ec3b7b.tar.bz2
mpv-c8ae1836e60d19348c894ffe80f7f79d17ec3b7b.tar.xz
cosmetics: misc typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_sgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_sgi.c b/libao2/ao_sgi.c
index 91326eb374..1ca52ee8e4 100644
--- a/libao2/ao_sgi.c
+++ b/libao2/ao_sgi.c
@@ -47,7 +47,7 @@ static int fmt2sgial(int *format, int *width) {
int smpfmt = AL_SAMPFMT_TWOSCOMP;
/* SGI AL only supports float and signed integers in native
- * endianess. If this is something else, we must rely on the audio
+ * endianness. If this is something else, we must rely on the audio
* filter to convert it to a compatible format. */
/* 24-bit audio is supported, but only with 32-bit alignment.