Browse Source

[991] Corrected typo in the function name.

Marcin Siodelski 12 years ago
parent
commit
384a5661d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/iface_mgr_sun.cc

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

@@ -35,7 +35,7 @@ IfaceMgr::detectIfaces() {
 }
 
 bool
-IfaceMgr::isDirectResposeSupported() {
+IfaceMgr::isDirectResponseSupported() {
     return (false);
 }