Changeset 10576 for trunk


Ignore:
Timestamp:
05/04/11 16:03:00 (13 years ago)
Author:
tbretz
Message:
Fixed the first typo in the new text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/dataLogger.cc

    r10575 r10576  
    568568                fNumSubAndFits = new DimDescribedService((GetName() + "/NUM_SUBS").c_str(), "I:2", &fNumSubAndFitsData, sizeof(NumSubAndFitsType),
    569569                                                         "Shows number of services to which the data logger is currently subscribed and the total number of open files."
    570                                                          "|Scubscriptions[int]:number of dim services to which the data logger is currently subscribed."
     570                                                         "|Subscriptions[int]:number of dim services to which the data logger is currently subscribed."
    571571                                                         "|NumOpenFiles[int]:number of files currently open by the data logger");
    572572
Note: See TracChangeset for help on using the changeset viewer.