File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ instructions for building on Windows.
155155#### MacOS-specific notes
156156* To create application icons the tool ` png2icns ` is required.
157157* Building for MacOS X under GNU/Linux is possible using [ osxcross] ( https://github.com/tpoechtrager/osxcross ) .
158- * MacOS X builds are not tested regularly but should generally work (maybe with minor tweaks necassary ).
158+ * MacOS X builds are not tested regularly but should generally work (maybe with minor tweaks necessary ).
159159* There is a [ Homebrew formula] ( https://gist.github.com/rakkesh/0b13b8fca5dd1d57d98537ef1dd2e0dd ) to
160160 build Tag Editor (without GUI).
161161* There are [ MacPorts packages] ( https://www.macports.org/ports.php?by=name&substr=syncthingtray-devel )
@@ -266,7 +266,7 @@ usable under older GNU/Linux distributions using `static-compat` packages (see
266266[ PKGBUILDs] ( https://github.com/Martchus/PKGBUILDs#static-gnulinux-libraries ) for details about it).
267267
268268##### Remarks about building for Android
269- Note that this might not be necassary ; one can usually develop and test most parts of the mobile UI of e.g.
269+ Note that this might not be necessary ; one can usually develop and test most parts of the mobile UI of e.g.
270270Syncthing Tray natively on the development host thanks to the cross-platform nature of Qt.
271271
272272I recommended building for Android under Arch Linux (or an Arch Linux container, see last paragraphs of this
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ void stopConsole()
164164 * when using Mintty).
165165 * - Attaching a console breaks redirections/pipes so this needs to be opted-in by setting the environment variable
166166 * `ENABLE_CONSOLE=1`.
167- * - Note that this is only useful to start a console from a GUI application. It is not necassary to call this function
167+ * - Note that this is only useful to start a console from a GUI application. It is not necessary to call this function
168168 * from a console application.
169169 * - The console is automatically closed when the application exits.
170170 * - This function alone does not provide good results. It still breaks redirections in PowerShell and other shells and
You can’t perform that action at this time.
0 commit comments