Quellcode durchsuchen

build: fixed typo in the clang-tidy file - close #1178

Related Work Items: #11, #1178
Michele Caini vor 1 Jahr
Ursprung
Commit
41f1b4e97b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .clang-tidy

+ 1 - 1
.clang-tidy

@@ -15,7 +15,7 @@ Checks: >
     -modernize-use-trailing-return-type,
     performance-*,
     portability-*,
-    readibility-*
+    readability-*
 CheckOptions:
     - key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
       value: true