We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572c7ce commit 313b902Copy full SHA for 313b902
README.md
@@ -123,7 +123,7 @@ instructions for building on Windows.
123
might use `std::filesystem` unconditionally.
124
* To disable `NativeFileStream` (and make it just a regular `std::fstream`), set `USE_NATIVE_FILE_BUFFER=OFF`.
125
Note that handling paths with non-ASCII characters will then cease to work on Windows.
126
-* The Qt-based applications support bundeling icon themes by specifying e.g.
+* The Qt-based applications support bundling icon themes by specifying e.g.
127
`BUILTIN_ICON_THEMES=breeze;breeze-dark`.
128
* This variable must be set when building the application (not when building any of the libraries).
129
* The specified icon themes need to be installed in the usual location. Otherwise, use e.g.
0 commit comments