Skip to content

Commit 4e043e0

Browse files
author
maechler
committed
typo ("for"), PR#18797
git-svn-id: https://svn.r-project.org/R/trunk@87518 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d56b2b2 commit 4e043e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/relop.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* R : A Computer Language for Statistical Data Analysis
3-
* Copyright (C) 1997--2024 The R Core Team
3+
* Copyright (C) 1997--2025 The R Core Team
44
* Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka
55
*
66
* This program is free software; you can redistribute it and/or modify
@@ -182,7 +182,7 @@ static SEXP compute_language_relop(SEXP call, SEXP op, SEXP x, SEXP y)
182182
case NEOP:
183183
return R_compute_identical(x, y, 16) ? R_FalseValue : R_TrueValue;
184184
default: errorcall(call,
185-
_("comparison (%s) is not possible language types"),
185+
_("comparison (%s) is not possible for language types"),
186186
PRIMNAME(op));
187187
}
188188
case ERROR_CALLS:

0 commit comments

Comments
 (0)