aboutsummaryrefslogtreecommitdiffstats
path: root/src/afs-supervision.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-03-21 14:55:24 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-06-13 17:13:29 +0200
commit8dc14014ad83952343d2473140103650555d5ea2 (patch)
tree3a520d9cfaf1b4175d1f1100506a9119a21576e9 /src/afs-supervision.h
parent3b52373e31ed3bdfe6544f2a5e81d68b111d1767 (diff)
afs-supervisor: Fix typo
Change-Id: Icc3c15f577f04117cdfaf2bcbcc4d15a99d02138 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afs-supervision.h')
-rw-r--r--src/afs-supervision.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/afs-supervision.h b/src/afs-supervision.h
index fe3d2718..bee40a1a 100644
--- a/src/afs-supervision.h
+++ b/src/afs-supervision.h
@@ -25,15 +25,15 @@
* anyone to create a such socket and usurpate the
* supervisor.
*/
-#if !defined(AFS_SURPERVISION_SOCKET)
-# define AFS_SURPERVISION_SOCKET "@urn:AGL:afs:supervision:socket" /* abstract */
+#if !defined(AFS_SUPERVISION_SOCKET)
+# define AFS_SUPERVISION_SOCKET "@urn:AGL:afs:supervision:socket" /* abstract */
#endif
/*
* generated using
* uuid -v 5 ns:URL urn:AGL:afs:supervision:interface:1
*/
-#define AFS_SURPERVISION_INTERFACE_1 "86040e8d-eee5-5900-a129-3edb8da3ed46"
+#define AFS_SUPERVISION_INTERFACE_1 "86040e8d-eee5-5900-a129-3edb8da3ed46"
/**
@@ -45,5 +45,5 @@ struct afs_supervision_initiator
char extra[27]; /**< zero terminated extra computed here to be 64-37 */
};
-#define AFS_SURPERVISION_APINAME "$"
-#define AFS_SURPERVISOR_APINAME "supervisor"
+#define AFS_SUPERVISION_APINAME "$"
+#define AFS_SUPERVISOR_APINAME "supervisor"