aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rtp_stream.h')
-rw-r--r--gtk/rtp_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/rtp_stream.h b/gtk/rtp_stream.h
index 13e241a743..e539b6ee4b 100644
--- a/gtk/rtp_stream.h
+++ b/gtk/rtp_stream.h
@@ -37,7 +37,7 @@
/****************************************************************************/
/* type for storing rtp frame information */
typedef struct st_rtp_sample_header {
- guint32 rec_time; /* miliseconds since start of recording */
+ guint32 rec_time; /* milliseconds since start of recording */
guint16 frame_length; /* number of bytes in *frame */
} rtp_sample_header_t;