patch 9.0.0828: various typos
Problem: Various typos.
Solution: Correct typos. (closes #11432)
diff --git a/src/userfunc.c b/src/userfunc.c
index 14d1c72..64bc1f6 100644
--- a/src/userfunc.c
+++ b/src/userfunc.c
@@ -2921,7 +2921,7 @@
// If called from a compiled :def function the execution context must be
// hidden, any deferred functions need to be added to the function being
// executed here.
- save_current_ectx = clear_currrent_ectx();
+ save_current_ectx = clear_current_ectx();
save_current_sctx = current_sctx;
current_sctx = fp->uf_script_ctx;
@@ -5064,7 +5064,7 @@
if (is_export)
{
fp->uf_flags |= FC_EXPORT;
- // let ex_export() know the export worked.
+ // let do_one_cmd() know the export worked.
is_export = FALSE;
}