IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41043


Ignore:
Timestamp:
Nov 5, 2019, 8:02:37 AM (7 years ago)
Author:
eugene
Message:

correct typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous/lib/Nebulous/Util.pm

    r41008 r41043  
    161161        die "can not process $arg because it is not in name:value form"
    162162            unless defined $name and defined $value;
    163         die "xattr name: $name is not in to the form user.name"
     163        die "xattr name: $name is not in the form user.name"
    164164            unless $name =~ /^user\./;
    165165        $neb->setxattr($key, $name, $value, "replace")
Note: See TracChangeset for help on using the changeset viewer.