diff options
Diffstat (limited to 'libssh/pcap.c')
-rw-r--r-- | libssh/pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/pcap.c b/libssh/pcap.c index 8a4d5a4..b65a041 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; |