aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-12-11 15:50:59 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-12-11 15:50:59 +0100
commit40c387aca214f701cd316c63b290ba7f35abbe3a (patch)
tree9b9434695b2016b0f6b57c0f3ced260ff1f22a37 /sam.c
parent8c5205ad56f0bd76d3f9cd4a85eba9e01d071228 (diff)
parent8000440b2de276f6ee65f3f369b8622478a0afb2 (diff)
downloadvis-40c387aca214f701cd316c63b290ba7f35abbe3a.tar.gz
vis-40c387aca214f701cd316c63b290ba7f35abbe3a.tar.xz
Merge branch 'fix-typos' of https://github.com/moesasji/vis
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sam.c b/sam.c
index b1061fc..490d253 100644
--- a/sam.c
+++ b/sam.c
@@ -145,7 +145,7 @@ static bool cmd_user(Vis*, Win*, Command*, const char *argv[], Selection*, Filer
static const CommandDef cmds[] = {
// name help
- // flags, default command, implemenation
+ // flags, default command, implementation
{
"a", VIS_HELP("Append text after range")
CMD_TEXT, NULL, cmd_append
@@ -278,7 +278,7 @@ typedef struct {
const char *names[3]; /* name and optional alias */
enum VisOption flags; /* option type, etc. */
VIS_HELP_DECL(const char *help;) /* short, one line help text */
- VisOptionFunction *func; /* option handler, NULL for bulitins */
+ VisOptionFunction *func; /* option handler, NULL for builtins */
void *context; /* context passed to option handler function */
} OptionDef;