ftpd: Fix typo #308

Merged
Burer merged 2 commits from igorsh/kolibrios:ftpd_fix_typo into main 2026-01-07 19:41:29 +00:00
Contributor
No description provided.
igorsh added 1 commit 2026-01-05 19:59:52 +00:00
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
c3d0ce0c70
Burer requested changes 2026-01-06 20:27:15 +00:00
Dismissed
@@ -343,3 +343,3 @@
or [ebp + thread_data.permissions], ABORT
sendFTP "250 Command succesul"
sendFTP "250 Command succesful"
Owner

Should be "successful", with double s.

Should be "successful", with double s.
Burer marked this conversation as resolved
@@ -384,3 +384,3 @@
invoke con_write_asciiz, str_newline
sendFTP "250 Command succesul"
sendFTP "250 Command succesful"
Owner

Should be "successful", with double s.

Should be "successful", with double s.
Burer marked this conversation as resolved
igorsh added 1 commit 2026-01-07 18:51:29 +00:00
ftpd: Fix typo
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m11s
Build system / Build (pull_request) Successful in 16m5s
b7fd63d221
Burer approved these changes 2026-01-07 19:41:12 +00:00
Burer merged commit 17c33521c3 into main 2026-01-07 19:41:29 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#308