#4715 closed enhancement (fixed)
[Patch] Typos in ExceptionUtil
| Reported by: | Claudius | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
A newly introduced exception text is missing some spaces and an apostrophe. Please find all of them in the attached patch.
Attachments (1)
Change History (8)
by , 16 years ago
| Attachment: | Typos_in_ExceptionUtil.patch added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Hmm, why Its --> It's? It's means "It is" and that is wrong there. Its is right I think.
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
comment:4 by , 16 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
The correct for is "It's" because you need a genitive "'s" here. "It's" is not always a shortening of "It is".
e.g. "Whose format is wrong? It's format is wrong."
follow-up: 7 comment:5 by , 16 years ago
IMHO, the correct form is "its". Here "its" is a possesive pronoun. If you replaced it with "his" it would still "work" gramatically.
comment:6 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
comment:7 by , 16 years ago
Replying to Gubaer:
IMHO, the correct form is "its". Here "its" is a possesive pronoun. If you replaced it with "his" it would still "work" gramatically.
Yes, "its" is correct and "it's" is wrong here.



(In [3109]) applied #4715: patch by mjulius: Typos in ExceptionUtil