mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
all: Fix typos identified by typos pre-commit hook
This commit is contained in:
parent
260c868f26
commit
7a043e5e8f
57 changed files with 80 additions and 80 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
*
|
||||
* @param pkt The packet to record.
|
||||
*
|
||||
* @return True if succesful, false otherwise (in which case \a
|
||||
* @return True if successful, false otherwise (in which case \a
|
||||
* Error() must have been called.)
|
||||
*/
|
||||
virtual bool Dump(const Packet* pkt) = 0;
|
||||
|
|
|
@ -263,7 +263,7 @@ protected:
|
|||
uint32_t netmask;
|
||||
|
||||
/**
|
||||
* True if the source is reading live inout, false for
|
||||
* True if the source is reading live input, false for
|
||||
* working offline.
|
||||
*/
|
||||
bool is_live;
|
||||
|
|
|
@ -20,7 +20,7 @@ public:
|
|||
PcapDumper(const std::string& path, bool append);
|
||||
~PcapDumper() override;
|
||||
|
||||
static PktDumper* Instantiate(const std::string& path, bool appen);
|
||||
static PktDumper* Instantiate(const std::string& path, bool append);
|
||||
|
||||
protected:
|
||||
// PktDumper interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue