diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-05-15 14:32:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | f0bd76620a9325ef92db5d97fd7b477a8d2aa010 (patch) | |
tree | 238874e504563d14d8a9cc627c28df5ec386009a /filescan-utils.h | |
parent | dfcc54a08a01ed34107e13ef2809e06f89d651f5 (diff) |
Fixed spelling
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'filescan-utils.h')
-rw-r--r-- | filescan-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filescan-utils.h b/filescan-utils.h index fc3a6a7..1ed31a3 100644 --- a/filescan-utils.h +++ b/filescan-utils.h @@ -59,7 +59,7 @@ typedef enum { * * @return const char* */ -const char *GetMidleName(const char *name); +const char *GetMiddleName(const char *name); /** * @brief Get the Binder Name without the prefix set by the AGL appfw 'afbd-' |