diff --git a/pages.nl/linux/tftp.md b/pages.nl/linux/tftp.md index f99516bb11f344..3ac3e79511ea29 100644 --- a/pages.nl/linux/tftp.md +++ b/pages.nl/linux/tftp.md @@ -15,7 +15,7 @@ `tftp {{server_ip}} -6 -R {{poort}}:{{poort}}` -- Stel de overdrachtsmodus in op binaire of ASCIi via de tftp-client: +- Stel de overdrachtsmodus in op binaire of ASCII via de tftp-client: `mode {{binary|ascii}}` diff --git a/pages/linux/tftp.md b/pages/linux/tftp.md index 9d1f0ce8b83bc7..bd3d468c6a3a15 100644 --- a/pages/linux/tftp.md +++ b/pages/linux/tftp.md @@ -15,7 +15,7 @@ `tftp {{server_ip}} -6 -R {{port}}:{{port}}` -- Set the transfer mode to binary or ASCIi through the tftp client: +- Set the transfer mode to binary or ASCII through the tftp client: `mode {{binary|ascii}}`