lib/bundler/errors.rb in bundler-1.14.6 vs lib/bundler/errors.rb in bundler-1.15.0.pre.1
- old
+ new
@@ -136,10 +136,10 @@
end
class NoSpaceOnDeviceError < PermissionError
def message
"There was an error while trying to #{action} `#{@path}`. " \
- "There was insufficent space remaining on the device."
+ "There was insufficient space remaining on the device."
end
status_code(31)
end