Changeset 13944

Show
Ignore:
Timestamp:
12/18/07 11:56:30 (10 months ago)
Author:
flack
Message:

fix a spelling error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/build/midcomDBAWriter.php

    r5030 r13944  
    3535                    return; 
    3636 
    37                    // throw new Exception( "Class {$this->type} allready exists in midcomdba.inc!" ); 
     37                   // throw new Exception( "Class {$this->type} already exists in midcomdba.inc!" ); 
    3838                } 
    3939            } 
  • trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.js

    r13639 r13944  
    579579            // PONDER:  How should we handle the renderer_callback rendering? 
    580580            //          We could use custom javascript function, or require the data 
    581             //          object to contain a content field which is allready formatted html... 
     581            //          object to contain a content field which is already formatted html... 
    582582            var item_content = jQuery("<div>") 
    583583            // .attr({ id: options.widget_id + '_result_item_'+data.id }) 
  • trunk/midcom/midcom.helper.xml/objectmapper.php

    r11793 r13944  
    143143        } 
    144144        /* the xml is prefixed with either the old midcom class or the new one. We solve this 
    145          * by just jumping over it as we allready got the object. 
     145         * by just jumping over it as we already got the object. 
    146146         */ 
    147147        $this->classname = key($array); 
  • trunk/midcom/midgard.admin.sitegroup/creation/config/config.php

    r4168 r13944  
    165165     
    166166    /** 
    167      * Use an allready created rootpage that has the guid set below. 
     167     * Use an already created rootpage that has the guid set below. 
    168168     * @todo not implemented 
    169169     */ 
  • trunk/midcom/org.openpsa.directmarketing/locale/default.en.txt

    r13935 r13944  
    569569 
    570570---STRING already_subscribed 
    571 Allready subscribed 
     571Already subscribed 
    572572---STRINGEND 
    573573 
  • trunk/midcom/static/jQuery/interface/source/iselect.js

    r11275 r13944  
    173173                                // Reselect the item if: 
    174174                                // - we ARE multiselecting, 
    175                                 // - dragged over an allready selected object (so it got unselected) 
     175                                // - dragged over an already selected object (so it got unselected) 
    176176                                // - But then dragged the selection out of it again. 
    177177                                this.s = true;