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
+1 -1
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