From 43f6041b41ad81d428266be27ab6a4ba3db25586 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Sun, 17 May 2020 03:11:30 +0200 Subject: [PATCH] 2 typos fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea8258..a367a61 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ All these options can be overridden by environment variables. There is also a GUI for changing these settings, which WineASIO will try to launch when the ASIO "panel" is clicked. The registry keys are automatically created with default values if they doesn't exist when the driver initializes. -Th available options are: +The available options are: #### [Number of inputs] & [Number of outputs] These two settings control the number of jack ports that WineASIO will try to open. @@ -106,7 +106,7 @@ Be careful, if you set a size that isn't supported by the backend, the jack serv might be a good idea to change `ASIO_MINIMUM_BUFFERSIZE` and `ASIO_MAXIMUM_BUFFERSIZE` to values you know work on your system before building. In addition there is a `WINEASIO_CLIENT_NAME` environment variable, -that overrides the JACK client name derrived from the program name. +that overrides the JACK client name derived from the program name. ### CHANGE LOG