Skip to content

Commit c2f226e

Browse files
authored
Fix typo in notification message for root access (#120)
1 parent a31adf8 commit c2f226e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You do not have the required permissions. Ensure you are part of the appropriate
151151
Event::ConfigureNewEapNetwork(network_name) => {
152152
if unsafe { libc::geteuid() } != 0 {
153153
let _ = Notification::send(
154-
"impala must be run as root to configure WPA Entreprise networks"
154+
"impala must be run as root to configure WPA Enterprise networks"
155155
.to_string(),
156156
notification::NotificationLevel::Info,
157157
&tui.events.sender.clone(),

0 commit comments

Comments
 (0)