From b7602ca3edaec9d0333efcd33f9f50e856b6cd9f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Jan 2019 20:16:12 +0000 Subject: Fix Gb -> GB confusion (thanks Rob van Nieuwkerk). --- src/lib/film.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') 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. */ -- cgit v1.2.3