Changeset 7593d83 in git


Ignore:
Timestamp:
Sep 25, 2008, 12:20:37 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
1a0b30cafae2b99ee71a15ec5b77ffa53eb76e3b
Parents:
f679fd27a3e8d821296a7149de795f39f137d7b9
Message:
*hannes: typo


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

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    rf679fd2 r7593d83  
    44/*
    55* ABSTRACT: help system
    6 * versin $Id: fehelp.cc,v 1.53 2008-09-10 08:52:56 Singular Exp $
     6* versin $Id: fehelp.cc,v 1.54 2008-09-25 10:20:37 Singular Exp $
    77*/
    88
     
    734734      if (h!=NULL)
    735735      {
    736         Print("help for %s from package %\n",ss,s);
     736        Print("help for %s from package %s\n",ss,s);
    737737        char s_help[200];
    738738        strcpy(s_help,ss);
Note: See TracChangeset for help on using the changeset viewer.