Skip to content

Rename GetShare to GetUncappedShare

Aquila (9R) requested to merge aquila/get-unsafe-share into develop

Goal here is just to make this explicit.

Will do a different pass to go through and see how many of these are intentional.

grep -R GetShare | sed 's/:.*//' | xargs sed -i 's/GetShare/GetUncappedShare/g'

(Also fixed two s/fatil/fail)

Merge request reports