summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/command-line-slangc-reference.mdbin52312 -> 52312 bytes
-rw-r--r--source/core/slang-type-text-util.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index 70f976a98..c3a7b2ccd 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
Binary files differ
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)" },
};