diff options
| author | Christian Clauss <cclauss@me.com> | 2021-10-01 00:03:23 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-10-10 16:12:25 -0400 |
| commit | a5020857f31ad6d03bc7c0019551cc28b9e5aad5 (patch) | |
| tree | fdf9e08b2c37877e44fb4cdf91cc2ee45c868e6a /test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp | |
| parent | 32b7cbd4a7cd8cffb47c5465301141eaad599eaa (diff) | |
| download | meson-a5020857f31ad6d03bc7c0019551cc28b9e5aad5.tar.gz | |
Fix typos discovered by codespell
Diffstat (limited to 'test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp')
| -rw-r--r-- | test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp b/test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp index e4d531829..a4663995a 100644 --- a/test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp +++ b/test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp @@ -20,5 +20,5 @@ string cmModClass::getStr() const { } string cmModClass::getOther() const { - return "Srings:\n - " + getStrCpy() + "\n - " + getStrNext() + "\n - " + getStrCpyTest(); + return "Strings:\n - " + getStrCpy() + "\n - " + getStrNext() + "\n - " + getStrCpyTest(); } |
