经常在英语的文章中看到这种错误,比如下面这句话(地址: http://tutorials.jenkov.com/java-servlets/web-xml.html):
For a Java servlet to be accessible from a browser, you must tell the servlet container what servlets to deploy, and what URL's to map the servlets to.
上边这句中的“URL's"很明显应该表示 URL 的复数形式,也就是:URLs 。
刚搜了一下,这种好像叫做:greengrocer’s apostrophe,是一种拼写错误。 我不太明白的是,对于英语 native speaker 来讲为什么还会犯这么低级的错误?我作为一个 ESL learner 都没犯过这种错误