Skip to content

Commit 77a133d

Browse files
author
kalibera
committed
Fix typos in comments.
git-svn-id: https://svn.r-project.org/R/trunk@88473 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent aeb2fe5 commit 77a133d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/errors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ static void onintrEx(Rboolean resumeOK)
189189
else signalInterrupt();
190190

191191
/* Interrupts do not inherit from error, so we should not run the
192-
user erro handler. But we have been, so as a transition,
192+
user error handler. But we have been, so as a transition,
193193
continue to use options('error') if options('interrupt') is not
194194
set */
195195
Rboolean tryUserError = GetOption1(install("interrupt")) == R_NilValue;

src/main/eval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3110,7 +3110,7 @@ attribute_hidden SEXP do_tailcall(SEXP call, SEXP op, SEXP args, SEXP rho)
31103110
fun = eval(fun, env);
31113111

31123112
/* allocating a vector result could be avoided by passing expr,
3113-
env, and fun in some in globals or on the byte code stack */
3113+
env, and fun in some globals or on the byte code stack */
31143114
PROTECT(fun);
31153115
SEXP val = allocVector(VECSXP, 4);
31163116
UNPROTECT(1); /* fun */

0 commit comments

Comments
 (0)