From f99c44dfdf4707d6f0bc88e5fa6c34909c500fca Mon Sep 17 00:00:00 2001 From: Michael Blackman Date: Tue, 13 Jun 2017 19:15:52 +1200 Subject: [PATCH] Fix typos in GRADLE_PLUGIN.md & INTEROP.md (#649) * Fix typo in GRADLE_PLUGIN.md * Fix typo in INTEROP.md --- GRADLE_PLUGIN.md | 2 +- INTEROP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index c00f5db80c8..89934112cb2 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -111,7 +111,7 @@ cinterop execution (see the `dumpParameters` task in `samles/csvparser/build.gra apiVersion 'version' // Native interop to use in the artifact. - useInerop "interopName" + useInterop "interopName" } } diff --git a/INTEROP.md b/INTEROP.md index 8c331e8b84b..bb77823195d 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -51,7 +51,7 @@ Write something to console and watch server echoing it back. Structurally it's a simple property file, looking like this: - header = zlib.h + headers = zlib.h compilerOpts = -std=c99 Then run `cinterop` tool with something like (note that for host libraries not included