From 51d01b22c8cc949c4154fb54e6005bdd847e4cc5 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 13 Nov 2020 20:10:39 -0500 Subject: [PATCH] who knows how this happened --- USAGE.md | 2 +- include/notcurses/notcurses.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index 8b589eafb..8e90ffa36 100644 --- a/USAGE.md +++ b/USAGE.md @@ -662,7 +662,7 @@ typedef struct ncplane_options { uint64_t flags; // closure over NCPLANE_OPTION_* } ncplane_options; -// Create a new ncplane bound to plane 'n', at THE OFFset 'y'x'x' (relative to +// Create a new ncplane bound to plane 'n', at the offset 'y'x'x' (relative to // the origin of 'n') and the specified size. The number of 'rows' and 'cols' // must both be positive. This plane is initially at the top of the z-buffer, // as if ncplane_move_top() had been called on it. The void* 'userptr' can be diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index eb6b175cb..0fa4c6517 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -1040,7 +1040,7 @@ typedef struct ncplane_options { uint64_t flags; // closure over NCPLANE_OPTION_* } ncplane_options; -// Create a new ncplane bound to plane 'n', at THE OFFset 'y'x'x' (relative to +// Create a new ncplane bound to plane 'n', at the offset 'y'x'x' (relative to // the origin of 'n') and the specified size. The number of 'rows' and 'cols' // must both be positive. This plane is initially at the top of the z-buffer, // as if ncplane_move_top() had been called on it. The void* 'userptr' can be