.. method:: FTP_TLS.ccc()
- Revert control channel back to plaintex. This can be useful to take
+ Revert control channel back to plaintext. This can be useful to take
advantage of firewalls that know how to handle NAT with non-secure FTP
without opening fixed ports.
The :class:`~ftplib.FTP_TLS` class now provides a new
:func:`~ftplib.FTP_TLS.ccc` function to revert control channel back to
-plaintex. This can be useful to take advantage of firewalls that know how to
+plaintext. This can be useful to take advantage of firewalls that know how to
handle NAT with non-secure FTP without opening fixed ports.
(Contributed by Giampaolo RodolĂ in :issue:`12139`)