src: correct spelling errors (#1162)

This commit is contained in:
Josh Soref
2021-03-14 07:47:26 +01:00
committed by GitHub
parent 5932e9f1e8
commit 3a75ef0df4
97 changed files with 261 additions and 261 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ Sample s;
// TEST: clicking on overriden method activates it immediately
// TEST: clicking on overridden method activates it immediately
// START ----------------------------------------------------------------------
class Base
{
@@ -218,7 +218,7 @@ uint b = 12; // <- ACTION 1: hover uint
// TEST: horizontal panning
// START ----------------------------------------------------------------------
void very_long_function_name_with_three_parameters_that_is_so_long_it_doesnt_fit_on_the_screen(const std::vector<std::string>& strings, size_t number, bool flag);
void very_long_function_name_with_three_parameters_that_is_so_long_it_does_not_fit_on_the_screen(const std::vector<std::string>& strings, size_t number, bool flag);
// ACTION 1: Hold SHIFT and drag code left and right