libsel4debug: (trivial) fix typo
diff --git a/libsel4debug/CMakeLists.txt b/libsel4debug/CMakeLists.txt
index a162bbe..eb4f2b8 100644
--- a/libsel4debug/CMakeLists.txt
+++ b/libsel4debug/CMakeLists.txt
@@ -46,7 +46,7 @@
enable this option if you want to retrieve programmatic backtraces."
"none;LibSel4DebugFunctionInstrumentationNone;LIBSEL4DEBUG_FUNCTION_INSTRUMENTATION_NONE"
"printf;LibSel4DebugFunctionInstrumentationPrintf;LIBSEL4DEBUG_FUNCTION_INSTRUMENTATION_TRACE"
- "backtrace;LibSel4DebugFunctionInstrumentationBackgrace;LIBSEL4DEBUG_FUNCTION_INSTRUMENTATION_BACKTRACE"
+ "backtrace;LibSel4DebugFunctionInstrumentationBacktrace;LIBSEL4DEBUG_FUNCTION_INSTRUMENTATION_BACKTRACE"
)
add_config_library(sel4debug "${configure_string}")