From 97ab83d445a9f3168d294600da4c4837cc870ff3 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 24 May 2011 12:18:57 +0000
Subject: [PATCH] minor: spelling

SVN: 21465
---
 screening/source/java/OpenBISScreeningML.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/source/java/OpenBISScreeningML.java b/screening/source/java/OpenBISScreeningML.java
index 1d249397653..e79d12fd7c7 100644
--- a/screening/source/java/OpenBISScreeningML.java
+++ b/screening/source/java/OpenBISScreeningML.java
@@ -495,7 +495,7 @@ public class OpenBISScreeningML
                 return wellIdentifier;
             }
         }
-        throw new RuntimeException("Plate '" + augmentedPlateCode + "' has now well at "
+        throw new RuntimeException("Plate '" + augmentedPlateCode + "' has no well at "
                 + wellPosition + ".");
     }
 
-- 
GitLab