diff --git a/src/game/server/tf/entity_currencypack.cpp b/src/game/server/tf/entity_currencypack.cpp index 166cca21f..fb5aeadf0 100644 --- a/src/game/server/tf/entity_currencypack.cpp +++ b/src/game/server/tf/entity_currencypack.cpp @@ -180,7 +180,7 @@ void CCurrencyPack::ComeToRest( void ) { BaseClass::ComeToRest(); - // I'm not when this should ever actually return true, but it doesn't seem to cause any issues so I'm not touching it. + // I'm not sure when this should ever actually return true, but it doesn't seem to cause any issues so I'm not touching it. if ( IsClaimed() ) return;