Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / config / session-config.c
index e893c129863fe5a2d593226f85922f349c2f985c..946e8ccb7c8d33d90115c9881a7126e324a427d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -847,7 +847,7 @@ int parse_bool(xmlChar *str, int *val)
        } else if (!strcmp((const char *) str, config_xml_false)) {
                *val = 0;
        } else {
-               WARN("Invalid boolean value encoutered (%s).",
+               WARN("Invalid boolean value encountered (%s).",
                        (const char *) str);
                ret = -1;
        }
This page took 0.023727 seconds and 4 git commands to generate.