From: David Paleino <dapal@debian.org>
Subject: fix some typos
Forwarded: no

---
 src/loadpacket.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- packeth.orig/src/loadpacket.c
+++ packeth/src/loadpacket.c
@@ -1311,7 +1311,7 @@ int tcp_header(GtkButton *button, int wh
 	 * we insert this later but need now to see that the packet is long enough */
 	x = retint(ptrf+24);
 	if ( (x * 4) > remain ) {
-		error("Can't load packet:\nPacket lenght shorter than TCP header length!");
+		error("Can't load packet:\nPacket length shorter than TCP header length!");
 		return -1;
 	}
 	if ( x < 5 ) {
@@ -1523,7 +1523,7 @@ int ipv4_header(GtkButton *button, int w
 		return -1;
 	}
 	if ( (header_l * 4) > remain ) {
-		error("Can't load packet:\nPacket lenght shorter than IPv4 header length!");
+		error("Can't load packet:\nPacket length shorter than IPv4 header length!");
 		return -1;
 	}
 	ptrf--;
@@ -1732,7 +1732,7 @@ int ethernet_8023(GtkButton *button, int
 	/* substract 3 for oui and 2 for pid */
 	remain = remain - 5;
 
-	/* ok, so we have dsap and ssap == 0xAA, Ctlr == 0x03, OUI == 0x0 and lenght is long enough */
+	/* ok, so we have dsap and ssap == 0xAA, Ctlr == 0x03, OUI == 0x0 and length is long enough */
 	/* set llc-snap button */
 	w1 = lookup_widget(GTK_WIDGET(button), "L_8023_llcsnap_tbt");
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (w1), TRUE);
