Skip to content

Commit e7e048b

Browse files
authored
Fix typo
1 parent 5bbc9ae commit e7e048b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The two of them are interfaces of `setfperm()` and allow to specify filemodes us
1616
## Why?
1717

1818
Vim has a function, `setfperm()`, to modify file permissions, but we've to specify the new file permissions by a string with 9 characters such as `'rwxrwxrwx'` or `'rwx-w---x'`.
19-
Such a format is human-raedable, but this is bothering us when we want to specify file permissions.
19+
Such a format is human-readable, but this is bothering us when we want to specify file permissions.
2020

2121
Please imagine such a situation that you're writing a script and want to make it executable.
2222
So you need to set executable bits for some classes (owner, group, others, or all?).
@@ -30,7 +30,7 @@ Of course I know we can call external commands such as it from Vim using `:!{cmd
3030

3131
This is a very very personal request, maybe anyone doesn't want it, but just I want it.
3232

33-
In conclusion, this is juat my hobby!
33+
In conclusion, this is just my hobby!
3434

3535
## Installation
3636

0 commit comments

Comments
 (0)