[Libreoffice-commits] online.git: common/Util.hpp
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 3 06:47:11 UTC 2020
common/Util.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 819735bb1917953e36d22cfea43dd6d7f8a9312a
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Jul 3 09:46:40 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Jul 3 09:46:40 2020 +0300
Why call it a "hash"?
Change-Id: Id503896e36712e2900559763056502bbf03ee44b
diff --git a/common/Util.hpp b/common/Util.hpp
index c634801fb..9dbfebe8b 100644
--- a/common/Util.hpp
+++ b/common/Util.hpp
@@ -176,7 +176,7 @@ namespace Util
/// Get version information
void getVersionInfo(std::string& version, std::string& hash);
- ///< A random hash that identifies the current process.
+ ///< A random hex string that identifies the current process.
std::string getProcessIdentifier();
std::string getVersionJSON();
More information about the Libreoffice-commits
mailing list