From 76471dbd5e2efbbc3a4d4b3a1a26fe0649f31cff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:10:05 +1100 Subject: Cleanup: capitalize NOTE tag --- source/blender/blenlib/intern/storage_apple.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/storage_apple.mm b/source/blender/blenlib/intern/storage_apple.mm index 8af98d61ecb..07091f2b055 100644 --- a/source/blender/blenlib/intern/storage_apple.mm +++ b/source/blender/blenlib/intern/storage_apple.mm @@ -99,7 +99,7 @@ static bool find_attribute(const std::string &attributes, const char *search_att */ static bool test_onedrive_file_is_placeholder(const char *path) { - /* Note: Currently only checking for the "com.microsoft.OneDrive.RecallOnOpen" extended file + /* NOTE: Currently only checking for the "com.microsoft.OneDrive.RecallOnOpen" extended file * attribute. In theory this attribute can also be set on files that aren't located inside a * OneDrive folder. Maybe additional checks are required? */ -- cgit v1.2.3