From 2a31f1209fe94c1a8b7d270b1b184ef12296020c Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sun, 14 Jul 2024 10:57:49 +0200 Subject: [PATCH] Fix typo --- libs/common/include/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/include/variant.h b/libs/common/include/variant.h index 40926c045..96f186c17 100644 --- a/libs/common/include/variant.h +++ b/libs/common/include/variant.h @@ -6,7 +6,7 @@ #include -/// Shortcurs to avoid typing out boost::variant2 +/// Shortcuts to avoid typing out boost::variant2 template using boost_variant2 = boost::variant2::variant;