From 9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b 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 8a4d5a40..b65a041a 100644 --- a/libssh/pcap.c +++ b/libssh/pcap.c @@ -92,7 +92,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