summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_xfer.hrl
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-12-31 16:02:28 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-01-20 05:50:23 +0800
commitd2d196f54c58769aaf09951b66ec545f681dd7d8 (patch)
treea5f78146690c1da83a708b6011ae101bacdf70bf /lib/ssh/src/ssh_xfer.hrl
parent41ef8097d2b6f891e5c3bd9e8084d9ffb9f7ed75 (diff)
downloaderlang-d2d196f54c58769aaf09951b66ec545f681dd7d8.tar.gz
Fix typos in lib/ssh
Diffstat (limited to 'lib/ssh/src/ssh_xfer.hrl')
-rw-r--r--lib/ssh/src/ssh_xfer.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_xfer.hrl b/lib/ssh/src/ssh_xfer.hrl
index 07467c474b..f5bca16116 100644
--- a/lib/ssh/src/ssh_xfer.hrl
+++ b/lib/ssh/src/ssh_xfer.hrl
@@ -226,7 +226,7 @@
-record(ssh_xfer_attr,
{
- type, %% regular, dirctory, symlink, ...
+ type, %% regular, directory, symlink, ...
size,
owner,
group,