From af7f69c515b4b1385db24f78367498e5f080f1bb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Mar 2010 13:46:09 +0100 Subject: Fixed spelling. --- libssh/pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/pcap.c') diff --git a/libssh/pcap.c b/libssh/pcap.c index 09a691b3..40e69670 100644 --- a/libssh/pcap.c +++ b/libssh/pcap.c @@ -91,7 +91,7 @@ struct ssh_pcap_context_struct { ssh_session session; ssh_pcap_file file; int connected; - /* All of these informations are useful to generate + /* All of these information are useful to generate * the dummy IP and TCP packets */ uint32_t ipsource; -- cgit