diff options
author | Maxim Mazurok <maxim@mazurok.com> | 2019-07-25 19:44:32 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-25 16:44:32 +0000 |
commit | b7026816b6c45be0d68880568989698856b30b7f (patch) | |
tree | f427dd29e1d1ee2492453b14dfc28982302b80d4 | |
parent | 589643d55768acf14c4a111b49881e7cd4b7bc7d (diff) |
Typo fix (#2592)
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 3a7b70019..356dc788c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,7 @@ *.png -text # Tell git which symlinks point to files, and which ones point to directories. -# This is revelevant for Windows only, and requires git >= 2.19.2 to work. +# This is relevant for Windows only, and requires git >= 2.19.2 to work. /* symlink=dir /website/* symlink=dir /tools/clang symlink=dir |