Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_PR-1756_LorenzNickel_spelling'

This commit is contained in:
ghidra1
2021-02-16 14:32:18 -05:00
2 changed files with 2 additions and 3 deletions
@@ -1,6 +1,5 @@
/* ###
* IP: GHIDRA
* REVIEWED: YES
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -97,7 +96,7 @@ public abstract class AbstractCreateStructureCmd implements Command {
* structure with data and then returning the data type object that
* represents the newly created structure.
*
* @param structureInfo The stucture info object that describes the newly
* @param structureInfo The structure info object that describes the newly
* created structure.
* @return The new data type that represents the created structure.
*/
@@ -28,7 +28,7 @@ import ghidra.util.exception.DuplicateNameException;
* <p>
* The {@code ModulePackages} attribute indicates all the packages of a module that are
* exported or opened by the {@code Module} attribute, as well as all the package of the service
* implementations recored in the {@code Module} attribute.
* implementations recorded in the {@code Module} attribute.
*/
public class ModulePackagesAttribute extends AbstractAttributeInfo {