Skip to content

Commit df95eed

Browse files
author
ripley
committed
typo
git-svn-id: https://svn.r-project.org/R/trunk@87858 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 388990f commit df95eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/Rinternals.h

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) 1999--2024 The R Core Team.
3+
* Copyright (C) 1999--2025 The R Core Team.
44
* Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka
55
*
66
* This header file is free software; you can redistribute it and/or modify
@@ -896,7 +896,7 @@ void R_orderVector1(int *indx, int n, SEXP x, Rboolean nalast, Rboolean de
896896
#define any_duplicated3 Rf_any_duplicated3
897897
#define applyClosure Rf_applyClosure
898898
#define arraySubscript Rf_arraySubscript
899-
#define asBool Rf_asRool
899+
#define asBool Rf_asBool
900900
#define asChar Rf_asChar
901901
#define asCharacterFactor Rf_asCharacterFactor
902902
#define asComplex Rf_asComplex

0 commit comments

Comments
 (0)