Skip to content

Commit

Permalink
Merge pull request #1291 from sebastic/spelling-errors
Browse files Browse the repository at this point in the history
Fix spelling errors.
  • Loading branch information
hobu committed Aug 27, 2016
2 parents 102799c + 929acd4 commit 6bea07a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Expand Up @@ -7078,8 +7078,8 @@
* Howard Butler <hobu.inc@gmail.com> decruft (14:40:34)
* Howard Butler <hobu.inc@gmail.com> decruft (14:40:25)
* Howard Butler <hobu.inc@gmail.com> used cached byte positions to avoid per-point map lookup of positions for getField queries (14:40:00)
* Howard Butler <hobu.inc@gmail.com> use inplacereprojfilter because the scalingfilter combo doesnt work right now (14:39:03)
* Howard Butler <hobu.inc@gmail.com> use inplacereprojfilter because the scalingfilter combo doesnt work right now (14:38:18)
* Howard Butler <hobu.inc@gmail.com> use inplacereprojfilter because the scalingfilter combo doesn't work right now (14:39:03)
* Howard Butler <hobu.inc@gmail.com> use inplacereprojfilter because the scalingfilter combo doesn't work right now (14:38:18)
* Howard Butler <hobu.inc@gmail.com> add getField specialization for fetching based on a pointIndex and Schema::getByteOffset() output (14:36:06)
* Howard Butler <hobu.inc@gmail.com> no longer include tuple, not used (14:34:57)

Expand Down
2 changes: 1 addition & 1 deletion plugins/sqlite/io/SQLiteReader.cpp
Expand Up @@ -124,7 +124,7 @@ SQLiteReader::fetchSpatialReference(std::string const& query) const
void SQLiteReader::addArgs(ProgramArgs& args)
{
args.add("spatialreference", "Spatial reference to apply to points if "
"one doesnt exist", m_spatialRef);
"one doesn't exist", m_spatialRef);
args.add("query", "SELECT statement that returns point cloud", m_query);
args.add("connection", "Database connection string", m_connection);
args.add("module", "Spatialite module name", m_modulename);
Expand Down
2 changes: 1 addition & 1 deletion plugins/sqlite/io/SQLiteWriter.cpp
Expand Up @@ -73,7 +73,7 @@ void SQLiteWriter::addArgs(ProgramArgs& args)
m_block_table).setPositional();
args.add("cloud_table_name", "Cloud table name",
m_cloud_table).setPositional();
args.add("connection", "SQL conneciton string",
args.add("connection", "SQL connection string",
m_connection).setPositional();
args.add("cloud_column_name", "Cloud column name", m_cloud_column, "id");
args.add("module", "Module name", m_modulename);
Expand Down
Expand Up @@ -17,7 +17,7 @@
// and compiler-specific switches)

// Non-conformant Std-libs fail to supply conformant traits (std::char_traits,
// std::allocator) and/or the std::string doesnt support them.
// std::allocator) and/or the std::string doesn't support them.
// We don't want to have hundreds of #ifdef workarounds, so we define
// replacement traits.
// But both char_traits and allocator traits are visible in the interface,
Expand Down
2 changes: 1 addition & 1 deletion vendor/pdalboost/boost/format/detail/config_macros.hpp
Expand Up @@ -79,7 +79,7 @@ namespace pdalboost {
#endif


// *** hide std::locale if it doesnt exist.
// *** hide std::locale if it doesn't exist.
// this typedef is either std::locale or int, avoids placing ifdefs everywhere
namespace pdalboost { namespace io { namespace detail {
#if ! defined(BOOST_NO_STD_LOCALE)
Expand Down
Expand Up @@ -29,7 +29,7 @@
#ifndef BOOST_FORMAT_WORKAROUNDS_GCC295_H
#define BOOST_FORMAT_WORKAROUNDS_GCC295_H

// SGI STL doesnt have <ostream> and others, so we need iostream.
// SGI STL doesn't have <ostream> and others, so we need iostream.
#include <iostream>
#define BOOST_FORMAT_OSTREAM_DEFINED

Expand Down
2 changes: 1 addition & 1 deletion vendor/pdalboost/boost/mpl/for_each.hpp
Expand Up @@ -113,7 +113,7 @@ BOOST_MPL_CFG_GPU_ENABLED
inline
void for_each(F f, Sequence* = 0)
{
// jfalcou: fully qualifying this call so it doesnt clash with pdalboostphoenix::for_each
// jfalcou: fully qualifying this call so it doesn't clash with pdalboostphoenix::for_each
// ons ome compilers -- done on 02/28/2011
pdalboost::mpl::for_each<Sequence, identity<> >(f);
}
Expand Down

0 comments on commit 6bea07a

Please sign in to comment.