Skip to content

Commit

Permalink
Update NetworkManagerGnomeEvents.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
karuna2git authored Nov 18, 2024
1 parent 86d891b commit 81d1b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManagerGnomeEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace WPEFramework
const char *connectionTyp = NULL;
primaryConn = nm_client_get_primary_connection(client);
nmEvents->activeConn = primaryConn;
std::string newIface ="unknow";
std::string newIface ="unknown";
if (primaryConn)
{
activeConnId = nm_active_connection_get_id(primaryConn);
Expand Down

0 comments on commit 81d1b98

Please sign in to comment.