diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 19:24:50 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 19:26:04 +0200 |
commit | 990cf5a1d4047d84921b85cb82b485d4cee75426 (patch) | |
tree | e681084357f15550f45d5fd2e1c66e8595570ca7 | |
parent | 4a5c818ba1df33167a7f833d643f98188152ebb5 (diff) | |
download | json-rpc-shell-990cf5a1d4047d84921b85cb82b485d4cee75426.tar.gz json-rpc-shell-990cf5a1d4047d84921b85cb82b485d4cee75426.tar.xz json-rpc-shell-990cf5a1d4047d84921b85cb82b485d4cee75426.zip |
Reflect the sibling project's new name
Better keep all schizophreny in my own head, rather than all projects.
-rw-r--r-- | json-rpc-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c index c3458af..70f4818 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -3670,7 +3670,7 @@ complete_method_name (const char *text, int state) // --- Main program ------------------------------------------------------------ // The ability to use an external editor on the input line has been shamelessly -// copypasted from degesch with minor changes only. +// copypasted from xC with minor changes only. static bool dump_line_to_file (const char *line, char *template, struct error **e) |