mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58: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
|
@ -159,7 +159,7 @@ public:
|
|||
// "scripts" field. It can go when we remove that deprecation.
|
||||
NodeConfig() = default;
|
||||
#ifndef _MSC_VER
|
||||
// MSVC throws this error when specifing this constructor:
|
||||
// MSVC throws this error when specifying this constructor:
|
||||
// error C2580: multiple versions of a defaulted special member functions are not allowed
|
||||
NodeConfig(NodeConfig&) = default;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue