You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -69,7 +69,7 @@ static void build_key_data(void)
|
||||
memset(key_offsets, 0, sizeof(key_offsets));
|
||||
kp = state_tbl + nstates + 1;
|
||||
while (*kp++) {
|
||||
/* count occurrances of each function */
|
||||
/* count occurrences of each function */
|
||||
for (i = 0; i < nstates; i++, kp++) {
|
||||
if (!*kp)
|
||||
continue;
|
||||
|
||||
@@ -1091,7 +1091,7 @@ screen that is constantly changing, such as a clock or status line.
|
||||
|
||||
There is no way to save these window settings, and you can only have one
|
||||
window defined for each virtual console. There is also no way to have
|
||||
windows automaticly defined for specific applications.
|
||||
windows automatically defined for specific applications.
|
||||
|
||||
In order to define a window, use the review keys to move your reading
|
||||
cursor to the beginning of the area you want to define. Then press
|
||||
|
||||
Reference in New Issue
Block a user