From c75a050a17a8a0856e4db6e754fefb0bf5e256fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Chocholat=C3=BD?= Date: Sat, 20 Jul 2024 04:56:02 +0000 Subject: [PATCH] style: Fix typo --- src/nfa/operations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nfa/operations.cc b/src/nfa/operations.cc index ec3f1da51..7d1c7e1c6 100644 --- a/src/nfa/operations.cc +++ b/src/nfa/operations.cc @@ -36,7 +36,7 @@ namespace { ++it; } if (unused_symbol == 0) { // sanity check to see if we did not use the full range of mata::Symbol - throw std::runtime_error("all symbols are used, we cannot compute simluation reduction"); + throw std::runtime_error("all symbols are used, we cannot compute simulation reduction"); } }