summaryrefslogtreecommitdiff
path: root/ui/rtp_stream.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
commit8ab9c55618a99417b4972f37ab3ee7da58cca0cf (patch)
tree24e3464ee075e7289b2ad4a7e554b251e6355e0b /ui/rtp_stream.h
parenteecbfd1f3bf613704c043f79543eb5133a046f1d (diff)
downloadwireshark-8ab9c55618a99417b4972f37ab3ee7da58cca0cf.tar.gz
From Ville Skyttä: Spelling Fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
Diffstat (limited to 'ui/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index 14c484bbd9..38244f51c2 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -94,7 +94,7 @@ typedef struct _rtpstream_tapinfo {
int nstreams; /**< number of streams in the list */
GList* strinfo_list; /**< list with all streams */
int npackets; /**< total number of rtp packets of all streams */
- /* used while tapping. user shouldnt modify these */
+ /* used while tapping. user shouldn't modify these */
tap_mode_t mode;
rtp_stream_info_t* filter_stream_fwd; /**< used as filter in some tap modes */
rtp_stream_info_t* filter_stream_rev; /**< used as filter in some tap modes */