Typo in gr.jl

This commit is contained in:
Moritz Schauer 2019-09-10 22:36:56 +02:00 committed by GitHub
parent b05d6e2ed3
commit 37044e5fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,7 +481,7 @@ function _cbar_unique(values, propname)
out = last(values)
if any(x != out for x in values)
@warn "Multiple series with different $propname share a colorbar. " *
"Colorbar may not refelct all series correctly."
"Colorbar may not reflect all series correctly."
end
out
end