diff --git a/CHANGELOG.md b/CHANGELOG.md index 052e00c5b..137724688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ Features: * Support iTerm non-ascii font detection (Terminal, macOS) * Add option `--title-color-user`, `--title-color-at` and `--title-color-host` (Title) * Add Exherbo logo and package manager count (Packages, Linux, #503) -* Add module `Terminal Size` which prints the number of terminal width and height in charactors and pixels +* Add module `Terminal Size` which prints the number of terminal width and height in characters and pixels * Add new option `--temperature-unit` * Better CPU and Host detection for Android (Android) * Support yakuake terminal version & font detection (Terminal, Linux) diff --git a/src/detection/host/host_linux.c b/src/detection/host/host_linux.c index 05e48cbbc..674d93b5e 100644 --- a/src/detection/host/host_linux.c +++ b/src/detection/host/host_linux.c @@ -59,7 +59,7 @@ const char* ffDetectHost(FFHostResult* host) ffStrbufAppendF(&host->productName, " - %s", wslDistroName); ffStrbufAppendS(&host->productFamily, "WSL"); - FF_STRBUF_AUTO_DESTROY wslVer = ffStrbufCreate(); //Wide charactors + FF_STRBUF_AUTO_DESTROY wslVer = ffStrbufCreate(); //Wide characters if(!ffProcessAppendStdOut(&wslVer, (char* const[]){ "wsl.exe", "--version",