Skip to content

Commit 53c7ddd

Browse files
committed
JSON converter: fix typos
1 parent 6c05521 commit 53c7ddd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/libfds/converters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ enum fds_convert_drec2json {
14381438
*
14391439
* @param[in] rec IPFIX Data Record to convert
14401440
* @param[in] flags Conversion flags (see ::fds_convert_drec2json)
1441-
* @patam[in] ie_mgr Information Element manager (necessary for decoding
1441+
* @param[in] ie_mgr Information Element manager (necessary for decoding
14421442
* basicLists, can be NULL)
14431443
* @param[out] str Output buffer where the JSON string will be stored
14441444
* @param[in,out] str_size Size of the output buffer

src/converters/protocols.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* \file src/plugins/output/json/src/protocols.hpp
2+
* \file src/converters/protocols.h
33
* \author Petr Velan <petr.velan@cesnet.cz>
44
* \brief Header for cpp file containing array of IP protocol names
55
* generated from /etc/protocols
66
*
7-
* Copyright (C) 2015-2018 CESNET, z.s.p.o.
7+
* Copyright (C) 2015-2019 CESNET, z.s.p.o.
88
*
99
* Redistribution and use in source and binary forms, with or without
1010
* modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)