commit d5751d4985013dcdf3f21fa94aa412d3d6fee89e from: Stefan Sperling date: Tue May 14 17:49:58 2019 UTC fix typo in comment commit - 72e28b48f26e40ec6a51f4d2034f8218ed6a1298 commit + d5751d4985013dcdf3f21fa94aa412d3d6fee89e blob - 9da47c9e14b7718c02ba130a82ba75db680fab64 blob + b0e757b59e52eddbb7d8a773bf93d16a2fb90c73 --- got/got.c +++ got/got.c @@ -314,7 +314,7 @@ check_linear_ancestry(struct got_object_id *commit_id, * Require a straight line of history between the target commit * and the work tree's base commit. * - * Non-linear situation such as the this require a rebase: + * Non-linear situations such as this require a rebase: * * (commit) D F (base_commit) * \ /