aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/iax2_analysis.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/iax2_analysis.c')
-rw-r--r--ui/gtk/iax2_analysis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/iax2_analysis.c b/ui/gtk/iax2_analysis.c
index 3ebaece893..2942e7a88f 100644
--- a/ui/gtk/iax2_analysis.c
+++ b/ui/gtk/iax2_analysis.c
@@ -2381,7 +2381,7 @@ static gboolean copy_file(gchar *dest, gint channels, gint format, user_data_t *
if (format == SAVE_AU_FORMAT) /* au format */
{
- /* First we write the .au header. XXX Hope this is endian independant */
+ /* First we write the .au header. XXX Hope this is endian independent */
/* the magic word 0x2e736e64 == .snd */
/* XXX: Should we be checking for write errors below ? */
phtonl(pd, 0x2e736e64);