summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorPema Malling <pema99@users.noreply.github.com>2024-04-09 20:10:48 +0200
committerGitHub <noreply@github.com>2024-04-09 11:10:48 -0700
commit957b2fbb67efa82d778052c0d63d4de339e89e6f (patch)
tree911300e223cbe2b434154c3eb2402c03c6da54c3 /source
parent41b5ecd721bd26123a755b5865100dd257531fe9 (diff)
typos (#3913)
Diffstat (limited to 'source')
-rw-r--r--source/core/slang-type-text-util.cpp2
1 files changed, 1 insertions, 1 deletions
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)" },
};