Changeset 11500

Show
Ignore:
Timestamp:
08/07/07 15:46:01 (1 year ago)
Author:
piotras
Message:

typo fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/core/midgard/src/midgard_object_class.c

    r10850 r11500  
    248248        gchar *path = NULL; 
    249249 
    250         if(g_str_has_prefix(path, "//")){ 
     250        if(g_str_has_prefix(object_path, "//")){ 
    251251                g_warning("Empty element in object's path '%s'", object_path); 
    252252        }