Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyagkov committed Sep 18, 2024
1 parent d45f64b commit b49ed6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/blockstore/libs/service_local/service_local.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ struct TLocalServiceBase

////////////////////////////////////////////////////////////////////////////////

const ui32 kDefaultStorageShutdownTimeoutInMiliseconds = 60000;
const ui32 kDefaultStorageShutdownTimeoutInMilliseconds = 60000;

class TLocalService final
: public TLocalServiceBase
Expand All @@ -425,7 +425,7 @@ class TLocalService final
TDuration::MilliSeconds(
config.HasShutdownTimeout()
? config.GetShutdownTimeout()
: kDefaultStorageShutdownTimeoutInMiliseconds),
: kDefaultStorageShutdownTimeoutInMilliseconds),
std::move(storageProvider))
{}

Expand Down

0 comments on commit b49ed6a

Please sign in to comment.