Skip to content

Commit 22537a5

Browse files
authored
fix: typo in utils.cc ManuacturerSpecificDBReady (#391)
1 parent a3b9638 commit 22537a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ const ::std::string getNotifHelpMsg(Notification const *n)
627627
case Notification::Type_UserAlerts:
628628
str = "UserAlerts";
629629
break;
630-
case Notification::Type_ManufacturerSpecificDBRead:
631-
str = "ManuacturerSpecificDBRead";
630+
case Notification::Type_ManufacturerSpecificDBReady:
631+
str = "ManuacturerSpecificDBReady";
632632
break;
633633
}
634634
return str;

0 commit comments

Comments
 (0)