Fix typos with codespell
Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
@@ -112,7 +112,7 @@ Vector<Vector3> NavMap::get_path(Vector3 p_origin, Vector3 p_destination, bool p
|
||||
}
|
||||
}
|
||||
|
||||
// Check for trival cases
|
||||
// Check for trivial cases
|
||||
if (!begin_poly || !end_poly) {
|
||||
return Vector<Vector3>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user