Skip to content

Commit

Permalink
fixing typ
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jul 22, 2024
1 parent f734edb commit f2b7da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/kernel/shell/dumb_shell.zig
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub const DumbShell = struct
}
else if (libk.str.streqlnt(&self.buffer, "clear"))
drivers.vga.scroll_buffer_clear(drivers.vga.Color.BLACK)
else if (libk.str.streqlnt(&self.buffer, "vvas"))
else if (libk.str.streqlnt(&self.buffer, "vvaas"))
libk.io.kputs("t'es mauvais\n")
else
libk.io.kprintf("command not found: {}, type help for help\n", .{ &self.buffer });
Expand Down

0 comments on commit f2b7da6

Please sign in to comment.