Changeset 3823


Ignore:
Timestamp:
Oct 12, 2007, 1:46:49 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixed spelling on the word 'everything'.

Location:
branches/2.4-stable
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4-stable/doc/specifications/technical.html

    r3679 r3823  
    163163    <li>
    164164    Possible to add support for other import and export file formats, including
    165     very cryptic ones (i.e. everyting else than tab-separated text files).
     165    very cryptic ones (i.e. everything else than tab-separated text files).
    166166    </li>
    167167    <li>
  • branches/2.4-stable/src/core/net/sf/basedb/core/BioAssaySet.java

    r3808 r3823  
    635635    }
    636636   
    637     // Everyting is ok, create the new bioassay
     637    // Everything is ok, create the new bioassay
    638638    BioAssay ba = newBioAssay(parent.getDataCubeColumn(), Collections.singleton(parent));
    639639    ba.setName(parent.getName());
  • branches/2.4-stable/src/core/net/sf/basedb/core/Install.java

    r3679 r3823  
    193193      if (progress != null) progress.display((int)(3*progress_factor), "--Creating roles...");
    194194      RoleData roleAdmin = createRole(Role.ADMINISTRATOR, "Administrator", false, "Users with this role get full permission to BASE.");
    195       RoleData roleSuper = createRole(Role.SUPERVISOR, "Supervisor", false, "Users with this role get full READ permission to everyting in BASE.");
     195      RoleData roleSuper = createRole(Role.SUPERVISOR, "Supervisor", false, "Users with this role get full READ permission to everything in BASE.");
    196196      RoleData rolePower = createRole(Role.POWER_USER, "Power user", false, "Users with this role may do some things that an ordinary user may not.");
    197197      RoleData roleUser = createRole(Role.USER, "User", true, "This permissions in this role should be sufficient for most regular users.");
  • branches/2.4-stable/src/core/net/sf/basedb/core/InternalJobQueue.java

    r3808 r3823  
    485485    */
    486486    /**
    487       Never reload since everyting is static.
     487      Never reload since everything is static.
    488488    */
    489489    boolean getReload()
  • branches/2.4-stable/src/core/net/sf/basedb/core/InternalStorageController.java

    r3679 r3823  
    339339    */
    340340    /**
    341       Never reload since everyting is static.
     341      Never reload since everything is static.
    342342    */
    343343    boolean getReload()
Note: See TracChangeset for help on using the changeset viewer.