-
Notifications
You must be signed in to change notification settings - Fork 0
/
diff2_simar.txt
59 lines (51 loc) · 2.1 KB
/
diff2_simar.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
diff --git a/doc/proposals/0001-session-daemon-architecture.txt b/doc/proposals/0001-session-daemon-architecture.txt
index 411d148..d7cc6c8 100644
--- a/doc/proposals/0001-session-daemon-architecture.txt
+++ b/doc/proposals/0001-session-daemon-architecture.txt
@@ -1,7 +1,7 @@
RFC - LTTng session daemon architecture
WARNING:
- Parts of the proposal are obselete but we keep this version for historical
+ Parts of the proposal are obsolete but we keep this version for historical
purposes.
Author: David Goulet <[email protected]>
diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h
index 8566dea..75d9529 100644
--- a/include/lttng/lttng.h
+++ b/include/lttng/lttng.h
@@ -598,13 +598,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);
/*
diff --git a/src/bin/lttng/commands/disable_consumer.c b/src/bin/lttng/commands/disable_consumer.c
index ca649ec..4ecf3db 100644
--- a/src/bin/lttng/commands/disable_consumer.c
+++ b/src/bin/lttng/commands/disable_consumer.c
@@ -37,7 +37,7 @@ int cmd_disable_consumer(int argc, const char **argv)
{
int ret;
- MSG("The disable-consumer command is now obselete.");
+ MSG("The disable-consumer command is now obsolete.");
ret = CMD_WARNING;
return ret;
diff --git a/src/bin/lttng/commands/enable_consumer.c b/src/bin/lttng/commands/enable_consumer.c
index ecb0b23..8524c8b 100644
--- a/src/bin/lttng/commands/enable_consumer.c
+++ b/src/bin/lttng/commands/enable_consumer.c
@@ -37,7 +37,7 @@ int cmd_enable_consumer(int argc, const char **argv)
{
int ret;
- MSG("The enable-consumer command is now obselete.");
+ MSG("The enable-consumer command is now obsolete.");
ret = CMD_WARNING;
return ret;