Skip to content

Commit 313b902

Browse files
committed
Fix typo in README
1 parent 572c7ce commit 313b902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ instructions for building on Windows.
123123
might use `std::filesystem` unconditionally.
124124
* To disable `NativeFileStream` (and make it just a regular `std::fstream`), set `USE_NATIVE_FILE_BUFFER=OFF`.
125125
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.
126+
* The Qt-based applications support bundling icon themes by specifying e.g.
127127
`BUILTIN_ICON_THEMES=breeze;breeze-dark`.
128128
* This variable must be set when building the application (not when building any of the libraries).
129129
* The specified icon themes need to be installed in the usual location. Otherwise, use e.g.

0 commit comments

Comments
 (0)