Misc typos

Started by Daniel Gustafssonover 5 years ago2 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

When spellchecking one of my patches for submission, a few other typos fell out
as per the attached. The one change which isn't in a comment is the object
address class description used for error messages:

-		"extented statistics",
+		"extended statistics",

It's used in an elog for cache lookup failures, so maybe it should be
backported?

cheers ./daniel

Attachments:

typos-misc.diffapplication/octet-stream; name=typos-misc.diff; x-unix-mode=0644Download+5-5
#2Michael Paquier
michael@paquier.xyz
In reply to: Daniel Gustafsson (#1)
Re: Misc typos

On Fri, Nov 13, 2020 at 12:43:41PM +0100, Daniel Gustafsson wrote:

When spellchecking one of my patches for submission, a few other typos fell out
as per the attached. The one change which isn't in a comment is the object
address class description used for error messages:

-		"extented statistics",
+		"extended statistics",

It's used in an elog for cache lookup failures, so maybe it should be
backported?

This is new as of HEAD (b1d32d3), so applied there. Thanks!
--
Michael