diff options
author | Liam <[email protected]> | 2023-03-11 22:10:38 -0500 |
---|---|---|
committer | Liam <[email protected]> | 2023-03-12 11:33:01 -0400 |
commit | 600f325d87e42f856da58c42a5280f098ebb6e8c (patch) | |
tree | 75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /.codespellrc | |
parent | d155167ea2598330d3f67189df8c7db92866fa05 (diff) | |
download | yuzu-android-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz yuzu-android-600f325d87e42f856da58c42a5280f098ebb6e8c.zip |
general: fix spelling mistakes
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index acef5478f..786a991eb 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,6 @@ +; SPDX-FileCopyrightText: 2023 yuzu Emulator Project +; SPDX-License-Identifier: GPL-2.0-or-later + [codespell] skip = ./.git,./build,./dist,./Doxyfile,./externals,./LICENSES -ignore-words-list = aci,allright,ba,deques,froms,hda,inout,lod,masia,nax,nd,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink +ignore-words-list = aci,allright,ba,deques,froms,hda,inout,lod,masia,nam,nax,nd,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink |