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:
authorCampbell Barton <ideasman42@gmail.com>2021-07-30 09:16:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-30 09:16:38 +0300
commitf81a6a2ff1dc34bbffd6ed34cfc49646e1bfc5f9 (patch)
treea0df6d64f0b945aa0eea40a7f4af222e0dda33fe /source/blender/editors/asset
parent63f7eceb53085ef40cad4dc2343dbe608be999c1 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/asset')
-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;
}