From 40204c6b849ad392515848613f4ba14d9e84a154 Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:21:42 +0100 Subject: [PATCH] Fix typo --- r5dev/vpklib/packedstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/vpklib/packedstore.cpp b/r5dev/vpklib/packedstore.cpp index 0c965fd3..2696a5b9 100644 --- a/r5dev/vpklib/packedstore.cpp +++ b/r5dev/vpklib/packedstore.cpp @@ -42,7 +42,7 @@ std::string CPackedStore::GetPackChunkFile(std::string svPackDirFile, int iArchi } //----------------------------------------------------------------------------- -// Purpose: returns pupulated pack dir struct for specified pack dir file +// Purpose: returns populated pack dir struct for specified pack dir file //----------------------------------------------------------------------------- vpk_dir_h CPackedStore::GetPackDirFile(std::string svPackDirFile) {