commit 0429cd76586cecb81d322546ab686ce527eb8f83 from: Christian Weisgerber date: Tue Sep 15 19:09:36 2020 UTC fix typo in error message commit - 934b035cefb1f78d592bd6adcd6ef28bfc69548d commit + 0429cd76586cecb81d322546ab686ce527eb8f83 blob - f09b05108b42ad7589c03f7312b0a9924b7fe0d8 blob + fff8cb02da0feb500622e5a857ec563f0947bc8d --- got/got.c +++ got/got.c @@ -3604,7 +3604,7 @@ cmd_log(int argc, char *argv[]) if (diff_context == -1) diff_context = 3; else if (!show_patch) - errx(1, "-C reguires -p"); + errx(1, "-C requires -p"); cwd = getcwd(NULL, 0); if (cwd == NULL) {