From 6e7fd805a0f26023c45ad78bf047d5aea666eb50 Mon Sep 17 00:00:00 2001 From: "piotr.idzik" Date: Wed, 24 May 2023 09:50:36 +0200 Subject: [PATCH] style: typo fix --- dynamic_programming/longest_common_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic_programming/longest_common_string.cpp b/dynamic_programming/longest_common_string.cpp index bbea4a89a..4b9b23e68 100644 --- a/dynamic_programming/longest_common_string.cpp +++ b/dynamic_programming/longest_common_string.cpp @@ -126,7 +126,7 @@ void test_longest_common_string_length_for_reversed_inputs( } /** - * @brief runns all tests for longest_common_string_length funcion + * @brief runs all tests for longest_common_string_length funcion */ void tests() { const auto test_cases = get_test_cases();