Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2010-05-01 13:37:48 +0400
committerOctaneSnail <os@v12pwr.com>2010-05-01 13:37:48 +0400
commitc92207921403ffd1a34994cb798343f738b97cc7 (patch)
tree1f63e3579bf8a1bbcffa4c3be8b8959a37ceb76e
parentd845b9e48c5451c42105f41e87e234940a55f423 (diff)
Fix typo in comment.
-rw-r--r--RFS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/RFS.cpp b/RFS.cpp
index 5dd9257..61d0b67 100644
--- a/RFS.cpp
+++ b/RFS.cpp
@@ -397,7 +397,7 @@ int CRARFileSource::ScanArchive (wchar_t *archive_name, List<File> *file_list, i
if (rh.ch.type == HEADER_TYPE_END)
{
- // TODO: Verify that the volumne number in the header matches our volume counter.
+ // TODO: Verify that the volume number in the header matches our volume counter.
if (!(rh.ch.flags & EARC_NEXT_VOLUME))
multi_volume = false;