Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bertogg authored and aperezdc committed Aug 24, 2022
1 parent b889dd2 commit fd8af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cog-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ cog_shell_class_init (CogShellClass *klass)
s_properties[PROP_WEB_MEMORY_SETTINGS] =
g_param_spec_boxed("web-memory-settings",
"Web process memory pressure settings",
"Memory pressure handling setttings for web processes",
"Memory pressure handling settings for web processes",
WEBKIT_TYPE_MEMORY_PRESSURE_SETTINGS,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);

Expand Down

0 comments on commit fd8af5c

Please sign in to comment.