mailr7015 - /1.3/generic_fns/pipes.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by sebastien . morin . 1 on July 28, 2008 - 22:55:
Author: semor
Date: Mon Jul 28 22:55:57 2008
New Revision: 7015

URL: http://svn.gna.org/viewcvs/relax?rev=7015&view=rev
Log:
Corrected a typo.


Modified:
    1.3/generic_fns/pipes.py

Modified: 1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pipes.py?rev=7015&r1=7014&r2=7015&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Mon Jul 28 22:55:57 2008
@@ -88,7 +88,7 @@
 
     # Test that the C modules have been loaded.
     if pipe_type == 'relax_fit' and not C_module_exp_fn:
-        raise RelaxError, "Relaxation curve fitting is not availible.  Try 
compiling the C modules on your platform."
+        raise RelaxError, "Relaxation curve fitting is not available.  Try 
compiling the C modules on your platform."
 
     # Add the data pipe.
     ds.add(pipe_name=pipe_name, pipe_type=pipe_type)




Related Messages


Powered by MHonArc, Updated Mon Jul 28 23:20:11 2008