Bugfix: typo

This commit is contained in:
Laurent Clouet
2014-12-08 19:11:42 +00:00
parent b96221a08e
commit a2df47d91b
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class Client {
this.renderingJob = this.server.requestJob(); this.renderingJob = this.server.requestJob();
} }
catch (FermeExceptionNoRightToRender e) { catch (FermeExceptionNoRightToRender e) {
this.gui.error("User does not enough right to render scene"); this.gui.error("User does not have enough right to render scene");
return -2; return -2;
} }
catch (FermeExceptionSessionDisabled e) { catch (FermeExceptionSessionDisabled e) {

View File

@@ -34,7 +34,7 @@ import com.sheepit.client.hardware.gpu.GPUDevice;
public class Configuration { public class Configuration {
public enum ComputeType { public enum ComputeType {
CPU_GPU, CPU_ONLY, GPU_ONLY CPU_GPU, CPU_ONLY, GPU_ONLY
}; // acccept job for ... }; // accept job for ...
public File workingDirectory; public File workingDirectory;
public File storageDirectory; // for permanent storage (binary archive) public File storageDirectory; // for permanent storage (binary archive)