You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fix typos
Found via `codespell -S *.xml,*.kt,./native/src/external -L crate,bu`
This commit is contained in:
@@ -265,7 +265,7 @@ int watch_sigwinch_async(int master, int slave) {
|
||||
* pump_stdin_async
|
||||
*
|
||||
* Forward data from STDIN to the given FD
|
||||
* in a seperate thread
|
||||
* in a separate thread
|
||||
*/
|
||||
void pump_stdin_async(int outfd) {
|
||||
// Put stdin into raw mode
|
||||
|
||||
@@ -85,7 +85,7 @@ int watch_sigwinch_async(int master, int slave);
|
||||
* pump_stdin_async
|
||||
*
|
||||
* Forward data from STDIN to the given FD
|
||||
* in a seperate thread
|
||||
* in a separate thread
|
||||
*/
|
||||
void pump_stdin_async(int outfd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user