Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft committed Jun 16, 2022
1 parent 0f6c938 commit bc30d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace AppInstaller::Repository::Microsoft::Schema::V1_4
// The dependencies table and corresponding index are dropped.
static void PrepareForPackaging(SQLite::Connection& connection);

// Get all min version values of the given manifest's dependencies, used for VersionTable cleanup when updaing or removing a manifest.
// Get all min version values of the given manifest's dependencies, used for VersionTable cleanup when updating or removing a manifest.
static std::vector<SQLite::rowid_t> GetDependenciesMinVersionsRowIdByManifestId(const SQLite::Connection& connection, SQLite::rowid_t manifestRowId);

// Get all dependencies with min versions in the dependencies table, used during consistency check. Returning a list of <PackageRowId, VersionString> pair.
Expand Down

0 comments on commit bc30d46

Please sign in to comment.