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>
This commit is contained in:
Alexis La Goutte 2016-10-27 17:51:48 +02:00 committed by Anders Broman
parent dd3b977d09
commit 5b9934cb03
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
},