Changeset 0cd5402 in git


Ignore:
Timestamp:
Aug 26, 2009, 9:59:40 AM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
d4cec61a1937926075ff94a814d399aafb0bbacf
Parents:
05a2f65abea7460479e32eb18200563024d57dd2
Message:
removed typo in warning related to Z/m coeff ring declaration


git-svn-id: file:///usr/local/Singular/svn/trunk@12087 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r05a2f6 r0cd5402  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.208 2009-07-28 14:18:34 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.209 2009-08-26 07:59:40 seelisch Exp $ */
    55/*
    66* ABSTRACT:
     
    46524652  if (ringtype > 0)
    46534653  {
    4654     WarnS("You are using coefficients rings which are not fields.");
     4654    WarnS("You are using coefficient rings which are not fields.");
    46554655    WarnS("Please note that only limited functionality is available");
    46564656    WarnS("for these coefficients.");
Note: See TracChangeset for help on using the changeset viewer.