summaryrefslogtreecommitdiff
path: root/ui/gtk/iax2_analysis.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 04:42:26 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 04:42:26 +0000
commit96a24cc79f7a32851cc2005603e32633389043a3 (patch)
tree62c91332176b091409c8f06937bbce734155981e /ui/gtk/iax2_analysis.c
parenta6e56df8b683bb696655c331f64f22abc8f36af4 (diff)
downloadwireshark-96a24cc79f7a32851cc2005603e32633389043a3.tar.gz
Fix spelling/typos found using a list of commonly misspelled words.
The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899
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);