From a697464a331a5bca81847694e19437d45c567379 Mon Sep 17 00:00:00 2001 From: Dmitry Azaraev Date: Tue, 23 Jul 2019 19:09:00 +0000 Subject: [PATCH] Fix typo in documentation for cef_settings_t::cache_path. --- include/internal/cef_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index ea9f6ad42..6d5c8755c 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -220,7 +220,7 @@ typedef struct _cef_settings_t { /// // The location where data for the global browser cache will be stored on - // disk. In non-empty this must be either equal to or a child directory of + // disk. If non-empty this must be either equal to or a child directory of // CefSettings.root_cache_path. If empty then browsers will be created in // "incognito mode" where in-memory caches are used for storage and no data is // persisted to disk. HTML5 databases such as localStorage will only persist