Skip to content

Commit

Permalink
fix typo Entiry -> Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
nhiroyasu committed Aug 27, 2023
1 parent 2810c5f commit 0742145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions YourDock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
4F81F4492A9998A900700E7D /* YourDock */ = {
isa = PBXGroup;
children = (
4FC403522A9AFE1D0061F9F0 /* Entiry */,
4FC403522A9AFE1D0061F9F0 /* Entity */,
4FC403442A9ADDD20061F9F0 /* BundleAssets */,
4FC403472A9ADE0D0061F9F0 /* Repository */,
4FC403462A9ADDFD0061F9F0 /* Util */,
Expand Down Expand Up @@ -164,13 +164,13 @@
path = Repository;
sourceTree = "<group>";
};
4FC403522A9AFE1D0061F9F0 /* Entiry */ = {
4FC403522A9AFE1D0061F9F0 /* Entity */ = {
isa = PBXGroup;
children = (
4FC403532A9AFE280061F9F0 /* NotDefinedBundleIdError.swift */,
4FC403552A9AFEF90061F9F0 /* GifFormatError.swift */,
);
path = Entiry;
path = Entity;
sourceTree = "<group>";
};
4FD1265D2A9B080B00B931EF /* Setting */ = {
Expand Down
File renamed without changes.

0 comments on commit 0742145

Please sign in to comment.