Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Repetetive Typos

Repetetive Typos

Scheduled Pinned Locked Moved The Lounge
question
54 Posts 36 Posters 13 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Malcolm Smart

    Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

    "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

    F Offline
    F Offline
    Fred_Smith
    wrote on last edited by
    #11

    Your for you're, there for their, complement for compliment.... whaddya mean they're not typos? They are they are! :sigh: Actually, one of my most common typos is beginning one word before finishin gthe next, as in theya re haha just noticed i did it above: "finishin gthe"

    1 Reply Last reply
    0
    • M Malcolm Smart

      Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

      "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

      B Offline
      B Offline
      Bijesh
      wrote on last edited by
      #12

      I frequently hit 'l' instead of ';' at the end of a line and then hit enter, so the intellisense picks up the first symbol starting with l and inserts it there..:)

      1 Reply Last reply
      0
      • M Malcolm Smart

        Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

        "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

        A Offline
        A Offline
        Aaron VanWieren
        wrote on last edited by
        #13

        I hate when I do this for a string value and then I have to figure out where hte non matching string occurs as the eyes ignore the typo and I can't figure what the frig is going on!!

        _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

        1 Reply Last reply
        0
        • M Malcolm Smart

          Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

          "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #14

          retrun and teh are the commonest ones I do. The worst bit is when you get it wrong, delete it and then proceed to get it wrong again. At least I'm consistently defective.

          Deja View - the feeling that you've seen this post before.

          1 Reply Last reply
          0
          • D Duncan Edwards Jones

            Yes - and also I always read the word "shopfitters" as "shoplifters"

            '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

            B Offline
            B Offline
            Baconbutty
            wrote on last edited by
            #15

            Weird - me too

            I still remember having to write your own code in FORTRAN rather than be a cut and paste merchant being pampered by colour coded Intellisense - ahh proper programming - those were the days :)

            1 Reply Last reply
            0
            • M Malcolm Smart

              Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

              "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

              J Offline
              J Offline
              JimmyRopes
              wrote on last edited by
              #16

              Malcolm Smart wrote:

              Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh.

              Yes, I always type the word teh as the. :-D

              Simply Elegant Designs JimmyRopes Designs
              Think inside the box! ProActive Secure Systems
              I'm on-line therefore I am. JimmyRopes

              1 Reply Last reply
              0
              • M Malcolm Smart

                Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

                "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                R Offline
                R Offline
                Rage
                wrote on last edited by
                #17

                varialbe _and_ I very often put to second letter of a word whose first letter is upper case, upper case as well. LIke that.

                Don't follow any man spiritually, don't do anything that will get you in sh*t if god is real - Bradml[^]

                1 Reply Last reply
                0
                • L leppie

                  The compiler always bitches @ retrun flase; :)

                  **

                  xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                  New xacc.ide release RSS feed^

                  **

                  C Offline
                  C Offline
                  Chris Morgan
                  wrote on last edited by
                  #18

                  Just follow the idea in the WTF post from a while back. #define retrun return #define flase false

                  L 1 Reply Last reply
                  0
                  • M Malcolm Smart

                    Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

                    "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                    M Offline
                    M Offline
                    marky777
                    wrote on last edited by
                    #19

                    #regoin srting nwe

                    1 Reply Last reply
                    0
                    • M Malcolm Smart

                      Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

                      "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                      B Offline
                      B Offline
                      Brady Kelly
                      wrote on last edited by
                      #20

                      Yes, and Intellisense really exacerbates it. I cannot type an 'i' after a 'pr'. Every single time I try and declare a private, I get kicked into a protected.

                      Added: I just remembered my worst: Hitting 5 instead of F5 to debug / run a query. This pops a sneaky little 5 into the code, so the correctly hit F5 fails.

                      L 1 Reply Last reply
                      0
                      • M Malcolm Smart

                        Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

                        "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #21

                        :-O

                        Visit http://www.readytogiveup.com/[^] and do something special today.

                        1 Reply Last reply
                        0
                        • L leppie

                          The compiler always bitches @ retrun flase; :)

                          **

                          xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                          New xacc.ide release RSS feed^

                          **

                          B Offline
                          B Offline
                          Brady Kelly
                          wrote on last edited by
                          #22

                          #define flase false

                          1 Reply Last reply
                          0
                          • M Matthew Faithfull

                            Yep, teh, pritn, untill. My latest dyslexic trait is too put teh space sin my sentence sone lette rbefore wher ethey shoul dbe. I'm told I have a specifi clearning difficulty but I' msure they just mean I'm stubborn :laugh:

                            Nothing is exactly what it seems but everything with seems can be unpicked.

                            B Offline
                            B Offline
                            Brady Kelly
                            wrote on last edited by
                            #23

                            Oh, I do that fairly often as well.

                            1 Reply Last reply
                            0
                            • N Nemanja Trifunovic

                              I can't remember the correct spelling of the state I live in (MA) :)


                              Programming Blog utf8-cpp

                              B Offline
                              B Offline
                              Brady Kelly
                              wrote on last edited by
                              #24

                              I don't blame you.

                              1 Reply Last reply
                              0
                              • M Malcolm Smart

                                Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

                                "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                                S Offline
                                S Offline
                                Sam_c
                                wrote on last edited by
                                #25

                                ooohh i do teh all the time, i think its lag on my right hand T is done with left h is done with right e is done with left most typo's i notice on a brief read through but non the less they are annoying.

                                Code Project Lounge 101 by John Cardinal

                                1 Reply Last reply
                                0
                                • C Chris Morgan

                                  Just follow the idea in the WTF post from a while back. #define retrun return #define flase false

                                  L Offline
                                  L Offline
                                  leppie
                                  wrote on last edited by
                                  #26

                                  C# compiler doesnt like that either :)

                                  **

                                  xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                                  New xacc.ide release RSS feed^

                                  **

                                  P 1 Reply Last reply
                                  0
                                  • B Brady Kelly

                                    Yes, and Intellisense really exacerbates it. I cannot type an 'i' after a 'pr'. Every single time I try and declare a private, I get kicked into a protected.

                                    Added: I just remembered my worst: Hitting 5 instead of F5 to debug / run a query. This pops a sneaky little 5 into the code, so the correctly hit F5 fails.

                                    L Offline
                                    L Offline
                                    leppie
                                    wrote on last edited by
                                    #27

                                    You should never have ever write 'private' in .NET, its implicit where applicable.

                                    **

                                    xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                                    New xacc.ide release RSS feed^

                                    **

                                    B N 2 Replies Last reply
                                    0
                                    • M Malcolm Smart

                                      Does anybody else constantly type the same word incorrectly? Without fail, I type the as teh. Back in my BBC Basic days, pirnt instead of print as well.

                                      "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                                      C Offline
                                      C Offline
                                      CPallini
                                      wrote on last edited by
                                      #28

                                      I always type 'A' capitalized if it follows a (correctly)capitalized one, e.g.: W**A**rning. Moreover I quite often type **you** insted of your. Moreover I'm never able to close HTML TAGS because **7** doesn't make the job. Moreover... :)

                                      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

                                      1 Reply Last reply
                                      0
                                      • L leppie

                                        You should never have ever write 'private' in .NET, its implicit where applicable.

                                        **

                                        xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                                        New xacc.ide release RSS feed^

                                        **

                                        B Offline
                                        B Offline
                                        Brady Kelly
                                        wrote on last edited by
                                        #29

                                        I'm an anal stickler for consistency. I prefer to have modifiers in all my declarations.

                                        1 Reply Last reply
                                        0
                                        • L leppie

                                          You should never have ever write 'private' in .NET, its implicit where applicable.

                                          **

                                          xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                                          New xacc.ide release RSS feed^

                                          **

                                          N Offline
                                          N Offline
                                          Nemanja Trifunovic
                                          wrote on last edited by
                                          #30

                                          leppie wrote:

                                          You should never have ever write 'private' in .NET, its implicit where applicable.

                                          That's really language specific. IIRC, with VB.NET public is implicit.


                                          Programming Blog utf8-cpp

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups