comparison src/blob.c @ 30986:360f286b5869 v9.0.0828

patch 9.0.0828: various typos Commit: https://github.com/vim/vim/commit/c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Author: dundargoc <gocdundar@gmail.com> Date: Wed Nov 2 13:30:51 2022 +0000 patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes https://github.com/vim/vim/issues/11432)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:11 +0100
parents 61558a67630a
children 5848a0867b26
comparison
equal deleted inserted replaced
30985:25894f29103e 30986:360f286b5869
714 714
715 copy_tv(&argvars[0], rettv); 715 copy_tv(&argvars[0], rettv);
716 } 716 }
717 717
718 /* 718 /*
719 * Implementaion of reduce() for Blob "argvars[0]" using the function "expr" 719 * Implementation of reduce() for Blob "argvars[0]" using the function "expr"
720 * starting with the optional initial value "argvars[2]" and return the result 720 * starting with the optional initial value "argvars[2]" and return the result
721 * in "rettv". 721 * in "rettv".
722 */ 722 */
723 void 723 void
724 blob_reduce( 724 blob_reduce(