Skip to content
Open

Typo #12

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down