notcurses_output: spelling

This commit is contained in:
nick black 2020-02-10 01:04:01 -05:00
parent e78f19c697
commit 1b6727404a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@ -2,7 +2,7 @@
DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=notcurses

View File

@ -106,7 +106,7 @@ possible.
Each of these base functions has two additional forms:
* **ncplane_putc_aligned()**, etc.: accepts a row and an alignement type
* **ncplane_putc_aligned()**, etc.: accepts a row and an alignment type
* **ncplane_putc_yx()**, etc.: accepts a row and column
If a positional parameter is -1, no movement will be made along that axis.