fix: spelling mistake for "Visual" (#1853)

For the comment "// use this for MS Visucal C++"
Change "Visucal" to "Visual"
This commit is contained in:
Goyal-Akshit
2021-12-07 23:24:48 +05:30
committed by GitHub
parent 943b0d2f73
commit 946cb99430

View File

@@ -4,7 +4,7 @@
*/
#include <iostream>
#ifdef _MSC_VER
#include <string> // use this for MS Visucal C++
#include <string> // use this for MS Visual C++
#else
#include <cstring>
#endif