1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-09 06:46:16 +02:00

Fix typos in messages

Signed-off-by: Eisuke Kawashima <e.kawaschima+git@gmail.com>
This commit is contained in:
Eisuke Kawashima 2021-05-02 14:26:17 +09:00
parent 4d53e91c6b
commit efe15545f7
2 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@ static void *server_thread_proc(void *_server_thread_data)
case CR_CONNECT_PENDING:
/* By construction, this should not happen. */
BUG("ipc-server[%s]: unexpeced CR_CONNECT_PENDING",
BUG("ipc-server[%s]: unexpected CR_CONNECT_PENDING",
server_thread_data->server_data->buf_path.buf);
case CR_CONNECT_ERROR:

View File

@ -1655,7 +1655,7 @@ def __init__(self):
status from the script will abort the process.
The purpose of the hook is to edit the message file in place, and it is not
supressed by the `--no-verify` option. This hook is called even if
suppressed by the `--no-verify` option. This hook is called even if
`--prepare-p4-only` is set.
The `p4-changelist` hook is executed after the changelist message has been