Branch: Tag:

2000-08-23

2000-08-23 08:45:44 by Andreas Lange <andreas@lange.cx>

fixed typos

Rev: server/etc/modules/Roxen.pmod:1.31

1:   /* -  * $Id: Roxen.pmod,v 1.30 2000/08/23 03:14:20 nilsson Exp $ +  * $Id: Roxen.pmod,v 1.31 2000/08/23 08:45:44 lange Exp $    *    * Various helper functions.    *
765:    c->id->misc->cacheable=0;    return c->id->conf->requests;    case "sent-mb": -  c->id->misc->cacheacle=10; +  c->id->misc->cacheable=10;    return sprintf("%1.2f",c->id->conf->sent / (1024.0*1024.0));    case "sent":    c->id->misc->cacheable=0;
795:    sscanf(tmp, "%s/", tmp);    return tmp;    case "locale": -  c->id->misc->cachealbe=0; +  c->id->misc->cacheable=0;    return roxenp()->locale->get();    default:    return RXML.nil;