summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-13 20:16:12 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-13 20:16:12 +0000
commitb7602ca3edaec9d0333efcd33f9f50e856b6cd9f (patch)
tree95058d9a84721ad36cd0172761394bc2f3e1342a /src/lib
parentff8850eae133ccded67d3e2ed0620ad803a24176 (diff)
Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 8080b9921..11efcc752 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -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.
*/