Commit 46e41c24 authored by Brickner_cp's avatar Brickner_cp

Fixed spelling.

parent 7e5e4fda
......@@ -51,7 +51,7 @@ void PacketDumpFile::Dump(Packet^ packet)
void PacketDumpFile::Flush()
{
if (pcap_dump_flush(_pcapDumper) != 0)
throw gcnew InvalidOperationException("Failed flusing to file " + _filename);
throw gcnew InvalidOperationException("Failed flushing to file " + _filename);
}
long PacketDumpFile::Position::get()
......
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