Browse Source

[2893] Fixed the typo in the pkt_filter_bpf.cc

Marcin Siodelski 10 years ago
parent
commit
65465cde93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt_filter_bpf.cc

+ 1 - 1
src/lib/dhcp/pkt_filter_bpf.cc

@@ -248,7 +248,7 @@ PktFilterBPF::openSocket(Iface& iface,
                   " kernel for the BPF device associated with the interface"
                   << iface.getName() << " is lower than the BPF header"
                   " length: this condition is impossible unless the"
-                  " operating system is really broken!")
+                  " operating system is really broken!");
     }
 
     // Set the filter program so as we only get packets we are interested in.