Changeset 32535


Ignore:
Timestamp:
2018-10-24T19:43:30+13:00 (5 years ago)
Author:
ak19
Message:

Fixing couple of typos before major commit.

Location:
main/trunk/greenstone2/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/doc.pm

    r32512 r32535  
    553553
    554554# this uses hashdoc (embedded c thingy) which is faster but still
    555 # needs a little work to be suffiently stable
     555# needs a little work to be sufficiently stable
    556556sub ___set_OID {
    557557    my $self = shift (@_);
  • main/trunk/greenstone2/perllib/plugins/GreenstoneXMLPlugin.pm

    r31492 r32535  
    347347    $assoc_filepath =~ s/[^\\\/]*$//;
    348348      }
    349     #rint STDERR "Goned and made it absolute: $assoc_filepath\n";
     349    #rint STDERR "Gone and made it absolute: $assoc_filepath\n";
    350350
    351351    foreach my $assoc_file_info (@$assoc_files) {
Note: See TracChangeset for help on using the changeset viewer.