Fix: typos in the code base
[lttng-tools.git] / include / lttng / lttng.h
index ee348df850adb0c4753201595ed2e404b1840a9e..08a3be467958d2c9cb9a9d7c917dc4f2862fd376 100644 (file)
@@ -601,13 +601,13 @@ extern int lttng_set_consumer_url(struct lttng_handle *handle,
 /*
  * Enable the consumer for a session and domain.
  */
-extern LTTNG_DEPRECATED("This call is now obselete.")
+extern LTTNG_DEPRECATED("This call is now obsolete.")
 int lttng_enable_consumer(struct lttng_handle *handle);
 
 /*
  * Disable consumer for a session and domain.
  */
-extern LTTNG_DEPRECATED("This call is now obselete.")
+extern LTTNG_DEPRECATED("This call is now obsolete.")
 int lttng_disable_consumer(struct lttng_handle *handle);
 
 /*
This page took 0.025032 seconds and 5 git commands to generate.