Skip to content

Commit 251d14b

Browse files
committed
Fix typo
1 parent 8f9192a commit 251d14b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
270270
Syncthing Tray natively on the development host thanks to the cross-platform nature of Qt.
271271

272272
I recommended building for Android under Arch Linux (or an Arch Linux container, see last paragraphs of this

application/commandlineutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)