Skip to content

Commit ea2ad10

Browse files
committed
Assert not Asset - fix typo
1 parent 4ad11e7 commit ea2ad10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp/DependencyChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static List<string> CheckDependencies(bool checkOptional, bool packLoadin
158158
/// <param name="resourcesDirPath">The path to the resources directory, if empty the Executing Assembly path is used.</param>
159159
/// <param name="packLoadingDisabled">Is loading of pack files disabled?</param>
160160
/// <exception cref="Exception">Throw when not all dependencies are present</exception>
161-
public static void AssetAllDependenciesPresent(string locale, string localesDirPath, string resourcesDirPath, bool packLoadingDisabled)
161+
public static void AssertAllDependenciesPresent(string locale, string localesDirPath, string resourcesDirPath, bool packLoadingDisabled)
162162
{
163163
var executingAssembly = Assembly.GetExecutingAssembly();
164164

0 commit comments

Comments
 (0)