From 8ab9c55618a99417b4972f37ab3ee7da58cca0cf Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 23 Dec 2013 15:53:13 +0000 Subject: =?UTF-8?q?From=20=20Ville=20Skytt=C3=A4:=20Spelling=20Fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387 --- ui/text_import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/text_import.c') diff --git a/ui/text_import.c b/ui/text_import.c index 966363bcb6..391b5446cb 100644 --- a/ui/text_import.c +++ b/ui/text_import.c @@ -634,7 +634,7 @@ parse_preamble (void) timecode = timecode_default; ts_usec = 0; - /* Ensure preamble has more than two chars before atempting to parse. + /* Ensure preamble has more than two chars before attempting to parse. * This should cover line breaks etc that get counted. */ if ( strlen(packet_preamble) > 2 ) { -- cgit v1.2.1