ftpd: Fix typo
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m16s
Build system / Build (pull_request) Successful in 17m9s

This commit is contained in:
Igor Shutrov
2026-01-06 00:52:38 +05:00
parent 10d9e9f36f
commit c3d0ce0c70

View File

@@ -342,7 +342,7 @@ align 4
cmdABOR:
or [ebp + thread_data.permissions], ABORT
sendFTP "250 Command succesul"
sendFTP "250 Command succesful"
ret
;------------------------------------------------
@@ -383,7 +383,7 @@ cmdCDUP:
invoke con_write_asciiz, eax
invoke con_write_asciiz, str_newline
sendFTP "250 Command succesul"
sendFTP "250 Command succesful"
ret
;------------------------------------------------