diff options
Diffstat (limited to 'src/shared/sysctl-util.h')
-rw-r--r-- | src/shared/sysctl-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/sysctl-util.h b/src/shared/sysctl-util.h index dce0151519..316cfcccf9 100644 --- a/src/shared/sysctl-util.h +++ b/src/shared/sysctl-util.h @@ -11,7 +11,7 @@ char *sysctl_normalize(char *s); int sysctl_read(const char *property, char **value); int sysctl_write(const char *property, const char *value); -int sysctl_writef(const char *propery, const char *format, ...) _printf_(2, 3); +int sysctl_writef(const char *property, const char *format, ...) _printf_(2, 3); int sysctl_read_ip_property(int af, const char *ifname, const char *property, char **ret); int sysctl_write_ip_property(int af, const char *ifname, const char *property, const char *value); |