From f255e3f1fae5d4ed2e92d8409aa13b8259f6a054 Mon Sep 17 00:00:00 2001 From: Raman Preet Singh Date: Thu, 27 Aug 2020 20:03:10 +0530 Subject: [PATCH] docs: Fix spelling typo (#1058) --- strings/knuth_morris_pratt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/knuth_morris_pratt.cpp b/strings/knuth_morris_pratt.cpp index d53948d98..41be1561a 100644 --- a/strings/knuth_morris_pratt.cpp +++ b/strings/knuth_morris_pratt.cpp @@ -14,7 +14,7 @@ #include #ifdef _MSC_VER -#include // use this for MS Visucal C++ +#include // use this for MS Visual C++ #else #include #endif