aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_object_smb.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
commit8ab9c55618a99417b4972f37ab3ee7da58cca0cf (patch)
tree24e3464ee075e7289b2ad4a7e554b251e6355e0b /ui/export_object_smb.c
parenteecbfd1f3bf613704c043f79543eb5133a046f1d (diff)
From Ville Skyttä: Spelling Fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
Diffstat (limited to 'ui/export_object_smb.c')
-rw-r--r--ui/export_object_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/export_object_smb.c b/ui/export_object_smb.c
index 59ccaa2cb2..91d47060b0 100644
--- a/ui/export_object_smb.c
+++ b/ui/export_object_smb.c
@@ -155,7 +155,7 @@ gpointer dest_memory_addr;
continue;
}
/* 2. data chunk overlaps the first part of free_chunk */
- /* -> free chunk shrinks from the beggining */
+ /* -> free chunk shrinks from the beginning */
if (chunk_offset<=current_free_chunk->start_offset && chunk_end_offset>=current_free_chunk->start_offset && chunk_end_offset<current_free_chunk->end_offset) {
file->data_gathered += chunk_end_offset-current_free_chunk->start_offset+1;
current_free_chunk->start_offset=chunk_end_offset+1;