We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31adf8 commit c2f226eCopy full SHA for c2f226e
1 file changed
src/main.rs
@@ -151,7 +151,7 @@ You do not have the required permissions. Ensure you are part of the appropriate
151
Event::ConfigureNewEapNetwork(network_name) => {
152
if unsafe { libc::geteuid() } != 0 {
153
let _ = Notification::send(
154
- "impala must be run as root to configure WPA Entreprise networks"
+ "impala must be run as root to configure WPA Enterprise networks"
155
.to_string(),
156
notification::NotificationLevel::Info,
157
&tui.events.sender.clone(),
0 commit comments