Skip to content

Commit 18f196e

Browse files
authored
Merge pull request #42 from kannes/fix-typo-pseudo
Fix typo "psuedo" -> "pseudo"
2 parents f551a75 + 88f6466 commit 18f196e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rio-rgbify
2-
Encode arbitrary bit depth rasters in psuedo base-256 as RGB
2+
Encode arbitrary bit depth rasters in pseudo base-256 as RGB
33

44
[![Build Status](https://travis-ci.org/mapbox/rio-rgbify.svg)](https://travis-ci.org/mapbox/rio-rgbify)[![Coverage Status](https://coveralls.io/repos/github/mapbox/rio-rgbify/badge.svg?branch=its-a-setup)](https://coveralls.io/github/mapbox/rio-rgbify)
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(name="rio-rgbify",
2727
version=version,
28-
description=u"Encode arbitrary bit depth rasters in psuedo base-256 as RGB",
28+
description=u"Encode arbitrary bit depth rasters in pseudo base-256 as RGB",
2929
long_description=long_description,
3030
classifiers=[],
3131
keywords="",

0 commit comments

Comments
 (0)