Wireshark-commits: [Wireshark-commits] master df80f31: Fix a typo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Apr 2014 04:39:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df80f3133cc3b128ea989ad6830511c378fa0b63
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

df80f31 by AndersBroman (a.broman@xxxxxxxxxxxx):

    Fix a typo
    
    Change-Id: Ie32a140e49140a92c69cb6fa84cdc55402516830
    Reviewed-on: https://code.wireshark.org/review/935
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  67cc462   Don't use external function internaly to avoid multiple checks. tvb_captured_length()                      -> tvb->length tvb_captured_length_remaining(tvb, offset) -> (Inline) _tvb_captured_length_remaining() tvb_get_ptr()                              -> ensure_contiguous()
    adds  df80f31   Fix a typo


Summary of changes:
 epan/tvbuff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)