Skip to content

Commit

Permalink
Fix typo (#336)
Browse files Browse the repository at this point in the history
The word "explicitely" should be "explicitly"
  • Loading branch information
freshLiver committed Dec 25, 2023
1 parent bf63ddc commit 07e2ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syscall/ripes_syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Syscall {
*
* It is expected that the syscallManager can be called outside of the main GUI
* thread. As such, all syscalls who require GUI interaction must handle this
* explicitely.
* explicitly.
*/
class SyscallManager {
public:
Expand Down

0 comments on commit 07e2ef9

Please sign in to comment.