Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/asset/intern/asset_filter.cc')
-rw-r--r--source/blender/editors/asset/intern/asset_filter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/asset/intern/asset_filter.cc b/source/blender/editors/asset/intern/asset_filter.cc
index 397df33d596..329342a30cd 100644
--- a/source/blender/editors/asset/intern/asset_filter.cc
+++ b/source/blender/editors/asset/intern/asset_filter.cc
@@ -59,6 +59,6 @@ bool ED_asset_filter_matches_asset(const AssetFilterSettings *filter, const Asse
}
}
- /* Succesfully passed through all filters. */
+ /* Successfully passed through all filters. */
return true;
}