From 957b2fbb67efa82d778052c0d63d4de339e89e6f Mon Sep 17 00:00:00 2001 From: Pema Malling Date: Tue, 9 Apr 2024 20:10:48 +0200 Subject: typos (#3913) --- source/core/slang-type-text-util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/core/slang-type-text-util.cpp b/source/core/slang-type-text-util.cpp index e6305c3ec..676be3976 100644 --- a/source/core/slang-type-text-util.cpp +++ b/source/core/slang-type-text-util.cpp @@ -149,7 +149,7 @@ static const NamesDescriptionValue s_debugLevels[] = static const NamesDescriptionValue s_fileSystemTypes[] = { - { ValueInt(TypeTextUtil::FileSystemType::Default), "default", "Default fike system." }, + { ValueInt(TypeTextUtil::FileSystemType::Default), "default", "Default file system." }, { ValueInt(TypeTextUtil::FileSystemType::LoadFile), "load-file", "Just implements loadFile interface, so will be wrapped with CacheFileSystem internally." }, { ValueInt(TypeTextUtil::FileSystemType::Os), "os", "Use the OS based file system directly (without file system caching)" }, }; -- cgit v1.2.3