aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 17:51:48 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:19:38 +0000
commit5b9934cb039f395256b7367cea5007d823d9f428 (patch)
treeb46b0fd0e4f66acaf8cb20893b71f3b9015947d5
parentdd3b977d09e5605973836223ff3fb8a6b83dd6c5 (diff)
rpcrdma: fix fix spelling typo found by lintian
Change-Id: If057ecf07b6707a5b72b8a29ccf6388b16f4826a Reviewed-on: https://code.wireshark.org/review/18520 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-rpcrdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rpcrdma.c b/epan/dissectors/packet-rpcrdma.c
index f0b263d9cc..9a74915240 100644
--- a/epan/dissectors/packet-rpcrdma.c
+++ b/epan/dissectors/packet-rpcrdma.c
@@ -498,7 +498,7 @@ proto_register_rpcordma(void)
NULL, 0, NULL, HFILL }
},
{ &hf_rpcordma_position,
- { "Postion in XDR", "rpcordma.position",
+ { "Position in XDR", "rpcordma.position",
FT_UINT32, BASE_HEX,
NULL, 0, NULL, HFILL }
},