diff --git a/docs/src/man/data.md b/docs/src/man/data.md index 45c15a61..caeeefe6 100644 --- a/docs/src/man/data.md +++ b/docs/src/man/data.md @@ -164,4 +164,4 @@ graphics {img.png} ## Strings in `Plot` -Strings (technically, all subtypes of `AbstractString`) are also accepted by plots, and will be emitted into LaTeX *as is*. This is mostly useful for using constructs from TikZ that do not have a native representation in this package direcly as LaTeX code. See [this example](@ref latex-plot-elements). +Strings (technically, all subtypes of `AbstractString`) are also accepted by plots, and will be emitted into LaTeX *as is*. This is mostly useful for using constructs from TikZ that do not have a native representation in this package directly as LaTeX code. See [this example](@ref latex-plot-elements). diff --git a/src/axiselements.jl b/src/axiselements.jl index 45a86f70..d206fd21 100644 --- a/src/axiselements.jl +++ b/src/axiselements.jl @@ -422,7 +422,7 @@ end Use the keyword arguments as columns. -Note that this precludes the possibily of providing other keywords; see the +Note that this precludes the possibility of providing other keywords; see the other constructors. """ TableData(; named_columns...) = TableData(collect(Pair(nc...) for nc in named_columns)) diff --git a/src/utilities.jl b/src/utilities.jl index e510c1bc..838f0cf6 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -22,7 +22,7 @@ end $SIGNATURES Call the `f` with an IO buffer, capture the output, print it to `io_main` -indended with four spaces. +indented with four spaces. """ function print_indent(f, io_main::IO) io = IOBuffer()