From fbb6d4039a79f54bbcad2ab6cffac2a8f4bafc0c Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 15 May 2016 19:35:15 -0700 Subject: [PATCH] Readme: Fix typo Closes jp9000/obs-studio#542 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 50545b6d6..c11d512d4 100644 --- a/README +++ b/README @@ -98,7 +98,7 @@ What was wrong with the original OBS? - The devices and audio code was poor, I had no idea what I was getting into when I started writing them in. I did not realize beforehand all the device-specific quirks that each device/system could have. Some devices - had bad timing and quirks that I never aniticipated while writing them. + had bad timing and quirks that I never anticipated while writing them. I struggled with devices, and my original design for the audio subsystem for example morphed over and over into an abomination that, though works, is basically this giant duct-taped zombie monster.