aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsync.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-27 23:08:37 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-27 23:08:37 +0000
commit93643c799285dada588e2e6e76ca29a6e6618094 (patch)
treeac10307c5222325c4db2e417ae86d7fd7e4e0d38 /epan/dissectors/packet-rsync.c
parentc09fd3c48fb86a6b5a7a9beaf5c62389f7e9ebba (diff)
As reported by Toralf Foerster in bug 647:
It should be "Authentication" (2x "t") not "Authenication" svn path=/trunk/; revision=16911
Diffstat (limited to 'epan/dissectors/packet-rsync.c')
-rw-r--r--epan/dissectors/packet-rsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsync.c b/epan/dissectors/packet-rsync.c
index 87498b5861..77116ffccb 100644
--- a/epan/dissectors/packet-rsync.c
+++ b/epan/dissectors/packet-rsync.c
@@ -207,7 +207,7 @@ dissect_rsync_encap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
proto_tree_add_item(rsync_tree, hf_rsync_rsyncdok_string, tvb, offset, -1, TRUE);
if (check_col(pinfo->cinfo, COL_INFO)) {
- col_append_str(pinfo->cinfo, COL_INFO, "Authenication");
+ col_append_str(pinfo->cinfo, COL_INFO, "Authentication");
}
conversation_data->state = RSYNC_COMMAND;