This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/3] Nested types sometimes not visible


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

--- Comment #8 from Robert Lougher <rob.lougher at gmail dot com> ---
A couple of things:

On 22 July 2013 16:40, OndÅej BÃlka <neleai@seznam.cz> wrote:
> These patches were generated by running command
>
> stylepp_spell_patch
>
> This is third part where human intervention is needed.
>
> I first generate list of likely typos (stylepp_spellcheck script)
>
> Then I check that list with aspell and correct candidates.
>
> From these candidates I create dictionary and use stylepp_fix_spell to
> apply it.
>
> Dictionary, stripped patch and patch are below.
>
> accomodates          accommodates
> accross              across
> advantagous          advantageous
> algebric             algebraic
> aplications          applications
> approriate           appropriate
> asthetics            aesthetics
> compability          compatibility
> compatibiliy         compatibility
> composited           composed
> curent               current
> desribed             described
> dissappears          disappears
> existant             existent
> extendsions          extensions
> featues              features
> flattenning          flattening
> fuction              function
> hundredsof           hundreds_of
> implemenetation      implementation
> ineqality            inequality
> initialisation       initialization

The 's' spelling is OK in British English.

> instace              instance
> interesing           interesting
> interpeter           interpreter
> logrithm             logarithm
> matchers             marchers
> muliple              multiple
> obtaines             obtains
> occured              occurred
> occurrs              occurs
> ouput                output
> overridding          overriding
> paramter             parameter
> parantheses          parentheses
> probabily            probability
> procesors            processors
> realiable            reliable
> recommanded          recommended
> relase               release
> remebers             remembers
> represenation        representation
> representaiton       representation
> resettable           resetable
> retore               restore
> satelitte            satellite
> sendign              sending
> seperator            separator
> sigificance          significance
> simpliest            simplest
> specfied             specified
> specialised          specialized

See above

> specifyed            specified
> thounsands           thousands
> uless                unless
> utilised             utilized

See above


> y {@link DynAnyFactory}. The factory is obtaines by
> y {@link DynAnyFactory}. The factory is obtains by
>                                         ^    ^

This is wrong.  It should be "obtained".

> -DynAny's are created by {@link DynAnyFactory}. The factory is obtaines by
> +DynAny's are created by {@link DynAnyFactory}. The factory is obtains by

See above.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]