Skip to content

Commit

Permalink
Very small typo in dllentry info (mono#485)
Browse files Browse the repository at this point in the history
fix small spelling error nane= -> name=
  • Loading branch information
wjgeorge authored May 16, 2020
1 parent 5e91ce4 commit cfef043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/pinvoke/dllmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Starting with Mono 4.8.0, you can also specify a different dll target on a per-`
<configuration>
<dllmap os="!windows" dll="SolarSystem">
<dllentry dll="libearth.so" name="get_Animals" />
<dllentry dll="libmars.so" nane="get_Plants" />
<dllentry dll="libmars.so" name="get_Plants" />
</dllmap>
</configuration>
```
Expand Down

0 comments on commit cfef043

Please sign in to comment.