From b65d47e90626ca5592c76c222cbfe76c23a1b1d6 Mon Sep 17 00:00:00 2001 From: Mathis Chenuet Date: Mon, 5 Jan 2015 23:05:45 +0100 Subject: [PATCH] typo --- src/com/sheepit/client/os/Linux.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/sheepit/client/os/Linux.java b/src/com/sheepit/client/os/Linux.java index dff2c44..798bb1b 100644 --- a/src/com/sheepit/client/os/Linux.java +++ b/src/com/sheepit/client/os/Linux.java @@ -148,7 +148,7 @@ public class Linux extends OS { actual_command = Utils.concatAll(low, command); } else { - Log.getInstance(null).error("No low priority binary, will not launch renderer in normal prioity"); + Log.getInstance(null).error("No low priority binary, will not launch renderer in normal priority"); } ProcessBuilder builder = new ProcessBuilder(actual_command); @@ -169,7 +169,7 @@ public class Linux extends OS { } catch (IOException e) { this.hasNiceBinary = false; - Log.getInstance(null).error("Failed to find low priority binary, will not launch renderer in normal prioity (" + e + ")"); + Log.getInstance(null).error("Failed to find low priority binary, will not launch renderer in normal priority (" + e + ")"); } finally { if (process != null) {