Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1813


Ignore:
Timestamp:
05/14/09 16:56:58 (15 years ago)
Author:
msteinbi
Message:

corrected spelling mistake (#466)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/ApplicationConstants.cs

    r1811 r1813  
    7979    public static string RESPONSE_COMMUNICATOR_SEND_JOBRESULT = "Please send the Jobresult to the server";
    8080    public static string RESPONSE_COMMUNICATOR_PLUGINS_SENT = "Communicator.PluginsSent";
    81     public static strign RESPONSE_COMMUNICATOR_JOB_WAS_ABORTED = "Job was aborted";
     81    public static string RESPONSE_COMMUNICATOR_JOB_WAS_ABORTED = "Job was aborted";
    8282
    8383    public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs";
Note: See TracChangeset for help on using the changeset viewer.