Skip to content

Commit

Permalink
fix: typo in utils.cc ManuacturerSpecificDBReady (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgiaever authored Nov 3, 2020
1 parent a3b9638 commit 22537a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ const ::std::string getNotifHelpMsg(Notification const *n)
case Notification::Type_UserAlerts:
str = "UserAlerts";
break;
case Notification::Type_ManufacturerSpecificDBRead:
str = "ManuacturerSpecificDBRead";
case Notification::Type_ManufacturerSpecificDBReady:
str = "ManuacturerSpecificDBReady";
break;
}
return str;
Expand Down

0 comments on commit 22537a5

Please sign in to comment.