From b18e811e24464d9b50f21674246806c3b7c25030 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 12 Oct 2015 14:00:21 +0200 Subject: gtp.h: rename gsn_t.dublicate to duplicate. Fix spelling dublicate -> duplicate. This is potentially breaking API compat, but currently, no users of gsn_t.dublicate are known. --- gtp/gtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtp/gtp.h b/gtp/gtp.h index 76c967b..3ce89ed 100644 --- a/gtp/gtp.h +++ b/gtp/gtp.h @@ -276,7 +276,7 @@ struct gsn_t { uint64_t tooshort; /* Number of too short headers 29.60 11.1.2 */ uint64_t unknown; /* Number of unknown messages 29.60 11.1.3 */ uint64_t unexpect; /* Number of unexpected messages 29.60 11.1.4 */ - uint64_t dublicate; /* Number of dublicate or unsolicited replies */ + uint64_t duplicate; /* Number of duplicate or unsolicited replies */ uint64_t missing; /* Number of missing information field messages */ uint64_t incorrect; /* Number of incorrect information field messages */ uint64_t invalid; /* Number of invalid message format messages */ -- cgit v1.2.3