src: correct spelling errors (#1162)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user