From 5305b6ff892ed32a3b14019bf1a751d2fffb3286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 1 Feb 2016 09:58:47 +0100 Subject: DB: fix typo --- core/src/ch/asynk/rustanddust/DB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/ch/asynk/rustanddust/DB.java b/core/src/ch/asynk/rustanddust/DB.java index e2218c9..8eb64ef 100644 --- a/core/src/ch/asynk/rustanddust/DB.java +++ b/core/src/ch/asynk/rustanddust/DB.java @@ -88,7 +88,7 @@ public class DB String hash = null; try { hash = new BigInteger(1, md.digest(str.getBytes("UTF-8"))).toString(16); - } catch (java.io.UnsupportedEncodingException e) { RustAndDast.error("getDigest"); } + } catch (java.io.UnsupportedEncodingException e) { RustAndDust.error("getDigest"); } return hash; } -- cgit v1.1-2-g2b99