Cp problem

Hi buddy , i am new to unix.
i searched for this problem , it seems there is no error please help.

just i am copying .csv file from one dir to another dir i. e abc2/report to abc2/report1 here abc2 is the root dir.
but i am getting the error cp: cannot access, what was the wrong here.

below command:
cp /abc2/report/603549685_2008_09_24_03_39_36.csv /abc2/report1/

cp: cannot access /abc22/report/603549685_2008_09_24_03_39_36.csv: No such file or directory

2 != 22

One little tip : use <Tab> to complete your long path and avoid typo mistakes.
Regards.