Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSlavey Karadzhov <slav@attachix.com>2021-12-09 13:30:02 +0300
committerPetteri Aimonen <jpa@github.mail.kapsi.fi>2021-12-09 15:09:35 +0300
commit29d3f03bcff342bac24babf718b832416695b802 (patch)
treebe20d2b6debb96feba689ebaef14d9364da3dda0 /docs
parent05be9e19885c5ead09ae0453703f12da3d579f43 (diff)
Fixed small spelling mistakes.
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 78987fc..65d02c5 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -15,7 +15,7 @@ Nanopb-0.4.6 (to come)
**Required actions:** Most nanopb users probably never used that macro. If so,
you certainly use the `#` preprocessor to convert it as string. You, now,
-only have to call it directly, like this for exemple:
+only have to call it directly, like this for example:
`strcpy(myvar, NANOPB_VERSION);`
Nanopb-0.4.4 (2020-11-25)
@@ -523,7 +523,7 @@ Nanopb-0.2.1 (2013-04-14)
### Callback function signature
-**Rationale:** Previously the auxilary data to field callbacks was
+**Rationale:** Previously the auxiliary data to field callbacks was
passed as `void*`. This allowed passing of any data, but made it
unnecessarily complex to return a pointer from callback.