Merge pull request #2181 from mschauer/refelct

Fix typo in gr.jl
This commit is contained in:
Michael Krabbe Borregaard 2019-09-10 22:44:39 +02:00 committed by GitHub
commit 236aaed2a3
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