diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-13 19:01:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-13 19:07:37 +0200 |
commit | bfabed025b93611d342a970d927be4c17044a7c6 (patch) | |
tree | 8ab3b3961b08142af62b0f9259496373e7598762 /configure.ac | |
parent | 74b846e7a13232c87b4ea381b1578b2348cc9832 (diff) |
Grammar nitpick
Change-Id: Ic1b24416de53b2b3cff79358b3e299ce4b40d859
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18815ad59973..c26693be25c1 100644 --- a/configure.ac +++ b/configure.ac @@ -12944,7 +12944,7 @@ _EOF if test $_os != WINNT -a "$CROSS_COMPILING" != TRUE; then cat << _EOF -After the build has finished, you can immediately run it using: +After the build of LibreOffice has finished successfully, you can immediately run LibreOffice using the command: _EOF if test $_os = Darwin; then |