From c99edc840ca3a25e82878a99c9f14021f7b270f3 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman <145775305+xokdvium@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:44:48 +0000 Subject: [PATCH] libutil/file-system.hh: Fix typos --- src/libutil/file-system.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/file-system.hh b/src/libutil/file-system.hh index 204907339..a94603eaf 100644 --- a/src/libutil/file-system.hh +++ b/src/libutil/file-system.hh @@ -2,7 +2,7 @@ /** * @file * - * Utiltities for working with the file sytem and file paths. + * Utilities for working with the file system and file paths. */ #include "types.hh"