diff --git a/main.cpp b/main.cpp index 35b344f..646c74d 100644 --- a/main.cpp +++ b/main.cpp @@ -43,7 +43,7 @@ unsigned int num_times = 100; unsigned int deviceIndex = 0; bool use_float = false; bool output_as_csv = false; -std::string csv_seperator = ","; +std::string csv_separator = ","; template void check_solution(const unsigned int ntimes, std::vector& a, std::vector& b, std::vector& c, T& sum);