# Fix two spelling errors in the source code.

diff -Naur fastnetmon-1.2.8.orig/src/bgp_protocol.hpp fastnetmon-1.2.8/src/bgp_protocol.hpp
--- fastnetmon-1.2.8.orig/src/bgp_protocol.hpp	2024-12-14 13:46:40.000000000 +0100
+++ fastnetmon-1.2.8/src/bgp_protocol.hpp	2024-12-23 09:49:10.077954109 +0100
@@ -626,7 +626,7 @@
             // Append segment header
             as_path_as_binary_array.append_data_as_object_ptr(&bgp_as_path_segment_element);
 
-            logger << log4cpp::Priority::DEBUG << "AS_PATH ASN numner: " << this->as_path_asns.size();
+            logger << log4cpp::Priority::DEBUG << "AS_PATH ASN number: " << this->as_path_asns.size();
 
             for (auto asn : this->as_path_asns) {
                 // Append all ASNs in big endian encoding
diff -Naur fastnetmon-1.2.8.orig/src/gobgp_client/gobgp_client.cpp fastnetmon-1.2.8/src/gobgp_client/gobgp_client.cpp
--- fastnetmon-1.2.8.orig/src/gobgp_client/gobgp_client.cpp	2024-12-14 13:46:40.000000000 +0100
+++ fastnetmon-1.2.8/src/gobgp_client/gobgp_client.cpp	2024-12-23 09:49:15.749938915 +0100
@@ -234,7 +234,7 @@
         // Append segment header
         as_path_as_binary_array.append_data_as_object_ptr(&bgp_as_path_segment_element);
 
-        logger << log4cpp::Priority::DEBUG << "AS_PATH ASN numner: " << unicast_ipv6_announce.as_path_asns.size();
+        logger << log4cpp::Priority::DEBUG << "AS_PATH ASN number: " << unicast_ipv6_announce.as_path_asns.size();
 
         for (auto asn : unicast_ipv6_announce.as_path_asns) {
             // Append all ASNs in big endian encoding
diff -Naur fastnetmon-1.2.8.orig/src/netflow_plugin/ipfix_collector.cpp fastnetmon-1.2.8/src/netflow_plugin/ipfix_collector.cpp
--- fastnetmon-1.2.8.orig/src/netflow_plugin/ipfix_collector.cpp	2024-12-14 13:46:40.000000000 +0100
+++ fastnetmon-1.2.8/src/netflow_plugin/ipfix_collector.cpp	2024-12-23 10:02:13.699858441 +0100
@@ -1672,7 +1672,7 @@
     const ipfix_header_t* ipfix_header = (const ipfix_header_t*)packet;
 
     if (udp_packet_length < sizeof(ipfix_header_t)) {
-        logger << log4cpp::Priority::ERROR << "Packet is too short to accomodate IPFIX header " << udp_packet_length
+        logger << log4cpp::Priority::ERROR << "Packet is too short to accommodate IPFIX header " << udp_packet_length
                << " bytes which requires at least " << sizeof(ipfix_header_t) << " bytes";
         return false;
     }
