Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
[dcpomatic.git] / src / lib / film.cc
index 8080b9921ee4e0a32b44fd3797fa925230fcb7b8..11efcc7523575f2d927bdafd010fa26ddc231b09 100644 (file)
@@ -1382,7 +1382,7 @@ Film::required_disk_space () const
 /** This method checks the disk that the Film is on and tries to decide whether or not
  *  there will be enough space to make a DCP for it.  If so, true is returned; if not,
  *  false is returned and required and available are filled in with the amount of disk space
- *  required and available respectively (in Gb).
+ *  required and available respectively (in GB).
  *
  *  Note: the decision made by this method isn't, of course, 100% reliable.
  */