From 4c51350680e7e4f6d93b4993567fe338d3d074f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Mon, 20 Dec 2021 08:21:51 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e357b1..03672a1d 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ instance based on information about your application. platform->SetUp(appInfo); Depending on your application and platform, you possibly will need to supply your own -implementations for subsytems dealing with logging, network, files, etc. For this, modify +implementations for subsystems dealing with logging, network, files, etc. For this, modify [`PlatformFactory::CreationParameters`](https://gitlab.com/eyeo/adblockplus/libadblockplus/blob/master/include/AdblockPlus/PlatformFactory.h#L33) fields. In this case it is important to remember that if your implementation uses a multi-threaded model, `Platform` instance should be destroyed only after all threads