diff options
| author | Stefan Boberg <[email protected]> | 2024-10-02 09:38:08 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-10-02 09:38:08 +0200 |
| commit | 4bc96d0d0c75bead48fd4a22aa9c948b1eb2fcba (patch) | |
| tree | 5b973f8c5a4e9e7f9f874017bf790c4b8757b909 /src/zenstore/gc.cpp | |
| parent | 5.5.8-pre6 (diff) | |
| download | zen-4bc96d0d0c75bead48fd4a22aa9c948b1eb2fcba.tar.xz zen-4bc96d0d0c75bead48fd4a22aa9c948b1eb2fcba.zip | |
Porject -> Project
Diffstat (limited to 'src/zenstore/gc.cpp')
| -rw-r--r-- | src/zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/gc.cpp b/src/zenstore/gc.cpp index b0a4edf15..1276b9b4c 100644 --- a/src/zenstore/gc.cpp +++ b/src/zenstore/gc.cpp @@ -2413,7 +2413,7 @@ GcScheduler::CollectGarbage(const GcClock::TimePoint& CacheExpireTime, Settings.AttachmentRangeMax)); } SB.Append(fmt::format(" Cache attachment meta: {}\n", Settings.StoreCacheAttachmentMetaData)); - SB.Append(fmt::format(" Porject attachment meta: {}\n", Settings.StoreProjectAttachmentMetaData)); + SB.Append(fmt::format(" Project attachment meta: {}\n", Settings.StoreProjectAttachmentMetaData)); } SB.Append(fmt::format(" Cache cutoff time: {}\n", Settings.CacheExpireTime)); SB.Append(fmt::format(" Project store cutoff time: {}", Settings.ProjectStoreExpireTime)); |