Skip to content

Commit 7030256

Browse files
BonnyAD9sedmicha
authored andcommitted
Fix typo
1 parent 7d9e0a9 commit 7030256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/input/tcp/src/Connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Connection::Connection(UniqueFd fd, std::unique_ptr<Decoder> decoder) :
5353

5454
if (src_addr.ss_family != dst_addr.ss_family) {
5555
throw std::runtime_error(
56-
"Local and remote IP address must be of the same type (IPv6/IPv6)"
56+
"Local and remote IP address must be of the same type (IPv4/IPv6)"
5757
);
5858
}
5959

0 commit comments

Comments
 (0)