diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:21:51 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:21:51 +0000 |
commit | e17f62d26149b176d59deb9b7b643b3c57d223bb (patch) | |
tree | 96dc7d4df77b92324aa8a7f46889ca50b5ee2e3f /src/lib/protocols/btlib.h | |
parent | 65cde78f6dca8a3d4c9aa35a4ad96dbac923f1b9 (diff) |
spelling: values
Diffstat (limited to 'src/lib/protocols/btlib.h')
-rw-r--r-- | src/lib/protocols/btlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/btlib.h b/src/lib/protocols/btlib.h index b68adbad1..a9ca53786 100644 --- a/src/lib/protocols/btlib.h +++ b/src/lib/protocols/btlib.h @@ -150,9 +150,9 @@ struct bt_parse_protocol { struct bt_nodes6_data *nodes6; u_int16_t name_len; u_int16_t nn; // nodes num - u_int16_t nv; // valuse num + u_int16_t nv; // values num u_int16_t nn6; // nodes6 num - u_int16_t nv6; // valuse6 num + u_int16_t nv6; // values6 num u_int16_t port; u_int16_t t_len; } r; |