Fix various typos

Found via `codespell -q 3 -S ./LICENSE.txt,./tutorials/i18n,./_tools/codespell-ignore-lines.txt -L doubleclick,findn,lod,inout,nd,raison,te` and other means
This commit is contained in:
luz paz
2022-07-28 10:35:04 -04:00
parent 523a1c0f03
commit 04f66dc5d0
9 changed files with 12 additions and 12 deletions

View File

@@ -138,7 +138,7 @@ Example use of ``queryPurchases()``:
" debug message: ", query_result.debug_message)
You should query purchases during startup after succesfully retrieving SKU details.
You should query purchases during startup after successfully retrieving SKU details.
Since the user may make a purchase or resolve a pending transaction from
outside your app, you should recheck for purchases when resuming from the
background. To accomplish this, you can use the ``billing_resume`` signal.