Skip to content

Commit 9690ea0

Browse files
authored
Fix typo (#6672)
1 parent 6a447ba commit 9690ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/geom-errorbar.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GeomErrorbarh <- ggproto(
7878
"GeomErrorbarh", GeomErrorbar,
7979
setup_params = function(data, params) {
8080
deprecate_soft0(
81-
"4.0.0", "geom_errobarh()", "geom_errorbar(orientation = \"y\")",
81+
"4.0.0", "geom_errorbarh()", "geom_errorbar(orientation = \"y\")",
8282
id = "no-more-errorbarh"
8383
)
8484
GeomLinerange$setup_params(data, params)
@@ -96,7 +96,7 @@ geom_errorbar <- make_constructor(GeomErrorbar, orientation = NA)
9696
#' `geom_errorbar(orientation = "y")` instead.
9797
geom_errorbarh <- function(..., orientation = "y") {
9898
deprecate_soft0(
99-
"4.0.0", "geom_errobarh()", "geom_errorbar(orientation = \"y\")",
99+
"4.0.0", "geom_errorbarh()", "geom_errorbar(orientation = \"y\")",
100100
id = "no-more-errorbarh"
101101
)
102102
geom_errorbar(..., orientation = orientation)

0 commit comments

Comments
 (0)