From 0757e5454b4e3964b4156a338bf0ca6675d204c1 Mon Sep 17 00:00:00 2001
From: juergen <juergen.haas@unibas.ch>
Date: Wed, 16 May 2012 11:32:35 +0200
Subject: [PATCH] pimping docu for CopyModified

---
 modules/conop/src/nonstandard.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/conop/src/nonstandard.cc b/modules/conop/src/nonstandard.cc
index 620cd9a1d..5effd8d90 100644
--- a/modules/conop/src/nonstandard.cc
+++ b/modules/conop/src/nonstandard.cc
@@ -168,8 +168,8 @@ bool CopyModified(ResidueHandle src_res, ResidueHandle dst_res,
   //        chirality of those centers in the compound library.
   
   // For now, this function just handles cases where the src_res contains 
-  // additional atoms, but the dst_atom doesn't contain any atoms the src_res 
-  // doesn't have. It these two requirements are not met, we fall back to 
+  // additional atoms, but the dst_res doesn't contain any atoms the src_res
+  // doesn't have. If these two requirements are not met, we fall back to
   // CopyNonConserved.
   
   // first let's get our hands on the component library
-- 
GitLab