diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-06-22 01:30:54 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-06-22 01:30:54 -0400 |
commit | b8949450609ae62d60c55a02618528e564bd0249 (patch) | |
tree | cb75c4328c1eeb30a2d1c495ca6be91b01c9d261 /repo | |
parent | 47f26d90e01454c105e1b74188c0f746e5941037 (diff) | |
download | gpsd-b8949450609ae62d60c55a02618528e564bd0249.tar.gz |
Typo fix.
Diffstat (limited to 'repo')
-rwxr-xr-x | repo/upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/upload b/repo/upload index ab4bffcc..0a131988 100755 --- a/repo/upload +++ b/repo/upload @@ -1,7 +1,7 @@ #!/bin/sh # # Upload git configuration from here to the repo -# Plesase do not introduce bashims into this script. +# Please do not introduce bashims into this script. # confdir=git.berlios.de:/gitroot/gpsd/ |