mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Fix "Propery" typos.
This commit is contained in:
parent
43f766e954
commit
e14d061e33
4 changed files with 9 additions and 9 deletions
|
@ -604,7 +604,7 @@ class ProgramUserDataDB extends DomainObjectAdapterDB implements ProgramUserData
|
|||
}
|
||||
|
||||
@Override
|
||||
public synchronized StringPropertyMap getStringPropery(String owner, String propertyName,
|
||||
public synchronized StringPropertyMap getStringProperty(String owner, String propertyName,
|
||||
boolean create) throws PropertyTypeMismatchException {
|
||||
return (StringPropertyMap) getPropertyMap(owner, propertyName, PROPERTY_TYPE_STRING, null,
|
||||
create);
|
||||
|
|
|
@ -45,7 +45,7 @@ public interface ProgramUserData extends UserData {
|
|||
* @return property map
|
||||
* @throws PropertyTypeMismatchException if a conflicting map definition was found
|
||||
*/
|
||||
public StringPropertyMap getStringPropery(String owner, String propertyName, boolean create)
|
||||
public StringPropertyMap getStringProperty(String owner, String propertyName, boolean create)
|
||||
throws PropertyTypeMismatchException;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue