diff --git a/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp b/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp index 16041178aa..16e855e9e8 100644 --- a/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp +++ b/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp @@ -192,7 +192,7 @@ PPPInterfaceListener::StopWatchingInterface() //! Disables interface creation messages from the PPP manager. void -PPPInterfaceListener::StopWachingManager() +PPPInterfaceListener::StopWatchingManager() { Manager().DisableReports(PPP_ALL_REPORTS, fReportThread); }