~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/link-external-sourcecode

fix spelling error

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
def link(source, destination):
49
49
    """Symlink source to destination.
50
50
 
51
 
    Assumes destination is mising or broken.
 
51
    Assumes destination is missing or broken.
52
52
    """
53
53
    try:
54
54
        if islink(destination):