Cleanup: fix various typos

Differential Revision: https://developer.blender.org/D15304
This commit is contained in:
luzpaz
2022-06-28 15:35:35 +02:00
committed by Brecht Van Lommel
parent 0124de9d0e
commit 4d982cbb5d
6 changed files with 21 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
[tool.autopep8]
# Configuratuion for `autopep8`, allowing the command: autopep8 .
# Configuration for `autopep8`, allowing the command: autopep8 .
# to reformat all source files.
#
# NOTE: the settings defined here map directly to commmand line arguments
# NOTE: the settings defined here map directly to command line arguments
# which will override these settings when passed in to autopep8.
max_line_length = 120