aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsclient/address.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libmdsclient/address.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsclient/address.h b/src/libmdsclient/address.h
index 3a79373..7289c40 100644
--- a/src/libmdsclient/address.h
+++ b/src/libmdsclient/address.h
@@ -87,7 +87,7 @@ typedef struct libmds_display_address
* @throws ENAMETOOLONG The filename of the target socket is too long
*/
__attribute__((nonnull))
-int libmds_parse_display_adress(const char* restrict display, libmds_display_address_t* restrict address);
+int libmds_parse_display_address(const char* restrict display, libmds_display_address_t* restrict address);
#endif