Module: kamailio Branch: master Commit: 8d1b60bc7f21fe9d0fadd1df926fee931966f34e URL: https://github.com/kamailio/kamailio/commit/8d1b60bc7f21fe9d0fadd1df926fee931966f34e
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2025-01-23T10:06:46Z cmake: Fix typo --- Modified: utils/kamctl/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/8d1b60bc7f21fe9d0fadd1df926fee931966f34e.diff Patch: https://github.com/kamailio/kamailio/commit/8d1b60bc7f21fe9d0fadd1df926fee931966f34e.patch --- diff --git a/utils/kamctl/CMakeLists.txt b/utils/kamctl/CMakeLists.txt index 10ef2cf9db8..ca8a4f20660 100644 --- a/utils/kamctl/CMakeLists.txt +++ b/utils/kamctl/CMakeLists.txt @@ -264,7 +264,7 @@ else() dbschema_${db_name} COMMAND ${CMAKE_COMMAND} -E make_directory "${db_name_folder}" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} - COMMENT "Creating scehmas for ${db_name}") + COMMENT "Creating schemas for ${db_name}") # Loop through each table and add a command for xsltproc foreach(table ${EXTRACTED_TABLES}) _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!