Commit 82914442 authored by Brickner_cp's avatar Brickner_cp

Fix conut/count typo. Thanks Qix!

parent e0362594
......@@ -218,7 +218,7 @@ namespace PcapDotNet { namespace Core
/// <summary>
/// Collect a group of packets.
/// Similar to ReceiveSomePackets() except it keeps reading packets until conut packets are processed or an error occurs. It does not return when live read timeouts occur.
/// Similar to ReceiveSomePackets() except it keeps reading packets until count packets are processed or an error occurs. It does not return when live read timeouts occur.
/// <seealso cref="ReceivePacket"/>
/// <seealso cref="ReceiveSomePackets"/>
/// <seealso cref="Break"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment