Changeset 7a949a in git for Singular/iplib.cc


Ignore:
Timestamp:
May 20, 2005, 6:03:46 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
97cec0603b06c116fedebb5cee66387fad9c0a16
Parents:
daf47dba8e971bd9ceebcb44650807470502483b
Message:
*hannes: typo


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    rdaf47d r7a949a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.113 2005-05-18 16:24:43 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.114 2005-05-20 16:03:46 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    856856    if(IDTYP(pl)!=PACKAGE_CMD)
    857857    {
    858       WarnS("not of typ package.");
     858      WarnS("not of type package.");
    859859      fclose(fp);
    860860      return TRUE;
     
    10861086    if(IDTYP(pl)!=PACKAGE_CMD)
    10871087    {
    1088       Warn("not of typ package.");
     1088      Warn("not of type package.");
    10891089      goto load_modules_end;
    10901090    }
Note: See TracChangeset for help on using the changeset viewer.