Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyagkov committed Sep 24, 2024
1 parent 922d22b commit feb9050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/service_local/service_local.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ struct TMountedVolume
auto volume = Volume;
volume.SetDiskId(dataPath);
for (auto& [_, session]: Sessions) {
// nbd-lightweit was implemented for test purposes and
// nbsd-lightweight was implemented for test purposes and
// CreateStorage implementation is sync. It is safe to
// call CreateStorage under the lock.
auto storage = storageProvider
Expand Down

0 comments on commit feb9050

Please sign in to comment.