Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wllm-rbnt committed Nov 14, 2024
1 parent 25a34aa commit dae37b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/qubesdb-cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static void usage(char *argv0) {
fprintf(stderr, " write path value [path value...] - write value(s)\n");
fprintf(stderr, " rm path [path...] - remove value(s)\n");
fprintf(stderr, " multiread path [path...] - read all entries matching given path\n");
fprintf(stderr, " list path - list paths mathing given argument\n");
fprintf(stderr, " list path - list paths matching given argument\n");
fprintf(stderr, " watch [-n N] path [path...] - watch given path(s) for "
"modifications\n");
fprintf(stderr, " if -n given you can specify how many events should "
Expand Down
2 changes: 1 addition & 1 deletion daemon/db-cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ static int handle_read(struct db_daemon_data *d, struct client *client,
return 1;
}

/** Handle 'multiread' command. Send all mathing entries. This command is used
/** Handle 'multiread' command. Send all matching entries. This command is used
* for initial database synchronization by VM client part.
* vchan side (if command received from local client).
* This command is valid on both client socket and vchan, so input data must be
Expand Down

0 comments on commit dae37b9

Please sign in to comment.