aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_object_smb.c
diff options
context:
space:
mode:
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;